My favorites
▼
|
Sign in
retlang
Message based concurrency in .NET
Project Home
Downloads
Wiki
Issues
Source
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Checkout
Browse
Changes
429 - 405 of 429
Older
›
Committed Changes
Rev
Commit log message
Date
Author
r429
Changed usages of -1 to Timeout.Infinite.
May 18, 2011
graham.m.nash
r428
NumSubscribers is now thread safe.
May 18, 2011
graham.m.nash
r427
Fixed intervals having unmarked time units or being ints later converted to longs
Mar 30, 2011
graham.m.nash
r426
Increased version number to 1.0.6.0
Dec 6, 2010
graham.m.nash
r425
Subscriptions on ISnapshotChannel now return IDisposable for ability to unsubscribe
Nov 10, 2010
graham.m.nash
r424
Removed unused sourceFiber from AlgebraDemonstration
Oct 14, 2010
graham.m.nash
r423
Subscriptions is now internal
Oct 14, 2010
graham.m.nash
r422
Fixed variable names in some public methods.
Upped version to 1.0.5 and built.
Oct 7, 2010
graham.m.nash
r421
Removed superfluous Monitor.PulseAll in DefaultQueue
Oct 7, 2010
graham.m.nash
r420
ISnapshotChannel now implements IPublisher
Oct 6, 2010
graham.m.nash
r419
Thread.Yield should only be called if no actions were found to execute
Sep 29, 2010
graham.m.nash
r418
Added test for StubFiber.Dispose
Sep 29, 2010
graham.m.nash
r417
Added yield to BusyWaitQueue to fix performance problem
Added test to confirm BusyWaitQueue low latency Clear all data on StubFiber::Dispose Version upped to 1.0.3
Sep 29, 2010
graham.m.nash
r416
Condensed new and start stopwatch into one statement
Sep 28, 2010
graham.m.nash
r415
Fixed doc_gen.bat for win7/.net 4.0. Checking in 1.0.2.0 dlls.
Sep 27, 2010
graham.m.nash
r414
[No log message]
Sep 27, 2010
graham.m.nash
r413
[No log message]
Sep 27, 2010
graham.m.nash
r412
Spins and stopwatch now local to DequeueAll method. Removed PulseAll from TryDequeue (copy & paste error). Removed erroneous stopwatch.Stop() in finally clause. Renames.
Sep 27, 2010
graham.m.nash
r411
New implementation of BusyWaitQueue that spins on acquiring the lock instead of spinning on getting signaled on the lock.
Sep 24, 2010
graham.m.nash
r410
Updated the version number to 1.0.2
Sep 10, 2010
graham.m.nash
r409
Removing ToString on PendingAction and TimerAction as it doesnt help
Sep 10, 2010
graham.m.nash
r408
Documentation fixes
Sep 7, 2010
graham.m.nash
r407
ToString is now overridden on TimerAction to return string of encapsulated Action
Sep 7, 2010
graham.m.nash
r406
ToString is now overridden on PendingAction to return string of encapsulated Action
Sep 7, 2010
graham.m.nash
r405
Added race between BoundedQueue and BusyWaitQueue
Sep 7, 2010
graham.m.nash
429 - 405 of 429
Older
›
Powered by
Google Project Hosting