log Implab.Test/AsyncTests.cs @ 38:1cedc4e58acc diagnostics

age author description
2014-04-10 cin fixed race condition in DispatchPool
2014-04-09 cin removed the reference to the parent from the promise object this allows
2014-04-06 cin small refactoring, cleanup.
2013-11-13 cin fixed dispatch pool race condition
2013-11-13 cin implemented nonblocking wake singnals processing promises
2013-11-12 cin DispatchPool works again, but performance is poor in some cases promises
2013-11-11 cin refactoring, sync promises
2013-11-09 cin Promise is rewritten to use interlocked operations instead of locks promises
2013-11-07 cin Improved worker pool promises
2013-11-07 cin sync promises
2013-11-06 cin implemented parallel map and foreach for arrays promises
2013-11-06 cin Implemented interllocked queue promises
2013-11-05 cin small fixes, WorkerPool still incomplete promises
2013-11-04 cin refactoring promises
2013-11-03 cin implemeted new cancellable promises concept promises
2013-09-17 cin Implab.Fx: implemented animation object
2013-08-23 user initial commit