log Implab/Parallels/ArrayTraits.cs @ 231:3eaa9372c754 v2

age author description
2015-03-07 cin RC: cancellation support for promises + tests v2
2015-01-14 cin major update, added Drain mathod to AsyncQueue class v2
2015-01-11 cin Promises rewritten, added improved version of AsyncQueue v2
2014-11-09 cin renamed Promise.Last -> Promise.On v2
2014-11-06 cin code cleanup v2
2014-10-22 cin rewritten tracing v2
2014-10-07 cin improved performance of a chained map operation v2
2014-09-25 cin added memory barriers v2
2014-09-10 cin Refactoring of the IPromise<T> interface v2
2014-09-10 cin major refactoring, added tasks support v2
2014-09-04 cin promises refactoring v2
2014-04-18 cin Interactive tracing interactive logger
2014-04-15 cin Added TraceContext support to array traits
2014-04-08 cin fixed: StackOverflow in IPromiseBase.Then(handler)
2014-04-06 cin small refactoring, cleanup.
2014-02-20 cin refactoring
2014-02-05 cin refactoring
2013-11-13 cin fixed dispatch pool race condition
2013-11-09 cin Promise is rewritten to use interlocked operations instead of locks promises
2013-11-07 cin sync promises
2013-11-06 cin implemented parallel map and foreach for arrays promises