| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- 2010-04-15 Jérémie Laval <[email protected]>
- * Barrier.cs: Add BOOTSTRAP_NET_4_0
- 2010-04-06 Jb Evain <[email protected]>
- * SemaphoreFullException.cs: moved to corlib in net_4_0.
- 2010-03-02 Jérémie Laval <[email protected]>
- * Barrier.cs: Remove dead comments
- 2010-02-25 Jérémie Laval <[email protected]>
- * Barrier.cs: Fix NRE with postPhaseAction delegate
- Fix possible deadlock when removing participant(s)
- 2009-12-11 Miguel de Icaza <[email protected]>
- * Barrier.cs: Implement IDisposable, add a bunch of IDisposable
- checks and some checks from the docs.
- 2009-08-19 Jérémie Laval <[email protected]>
- * Barrier.cs: Fix Barrier to be really thread-safe.
- Remove deadlocking.
- 2009-08-11 Jérémie Laval <[email protected]>
- * Barrier.cs: added.
- 2006-09-28 Andrew Skiba <[email protected]>
- * Semaphore.cs: TARGET_JVM
- 2005-12-23 Dick Porter <[email protected]>
- * Semaphore.cs: Implement OpenExisting
- 2005-11-26 Dick Porter <[email protected]>
- * Semaphore.cs: Implemented with icalls
- 2005-11-17 Sebastien Pouliot <[email protected]>
- * Semaphore.cs: New (2.0). Incomplete (missing runtime support).
- * SemaphoreFullException.cs: New (2.0).
- 2001-09-21 Dick Porter <[email protected]>
- * ThreadExceptionEventArgs.cs: Implemented
- 2001-09-13 Dick Porter <[email protected]>
- * ThreadExceptionEventArgs.cs, ThreadExceptionEventHandler.cs:
- More System.Threading stubs, in the System assembly.
|