log Implab/Parallels/ArrayTraits.cs @ 230:3e26338eb977 v2

age author description
Sun, 08 Mar 2015 02:52:27 +0300 cin RC: cancellation support for promises + tests v2
Thu, 15 Jan 2015 02:43:14 +0300 cin major update, added Drain mathod to AsyncQueue class v2
Sun, 11 Jan 2015 19:13:02 +0300 cin Promises rewritten, added improved version of AsyncQueue v2
Sun, 09 Nov 2014 23:03:45 +0300 cin renamed Promise.Last -> Promise.On v2
Thu, 06 Nov 2014 20:03:19 +0300 cin code cleanup v2
Wed, 22 Oct 2014 18:37:56 +0400 cin rewritten tracing v2
Wed, 08 Oct 2014 02:19:45 +0400 cin improved performance of a chained map operation v2
Fri, 26 Sep 2014 03:32:34 +0400 cin added memory barriers v2
Wed, 10 Sep 2014 17:53:05 +0400 cin Refactoring of the IPromise<T> interface v2
Wed, 10 Sep 2014 11:17:37 +0400 cin major refactoring, added tasks support v2
Thu, 04 Sep 2014 18:47:12 +0400 cin promises refactoring v2
Fri, 18 Apr 2014 12:34:45 +0400 cin Interactive tracing interactive logger
Tue, 15 Apr 2014 18:06:34 +0400 cin Added TraceContext support to array traits
Tue, 08 Apr 2014 23:25:01 +0400 cin fixed: StackOverflow in IPromiseBase.Then(handler)
Mon, 07 Apr 2014 03:25:57 +0400 cin small refactoring, cleanup.
Fri, 21 Feb 2014 03:15:28 +0400 cin refactoring
Thu, 06 Feb 2014 01:08:59 +0400 cin refactoring
Thu, 14 Nov 2013 01:15:07 +0400 cin fixed dispatch pool race condition
Sun, 10 Nov 2013 00:21:33 +0400 cin Promise is rewritten to use interlocked operations instead of locks promises
Thu, 07 Nov 2013 20:20:26 +0400 cin sync promises
Thu, 07 Nov 2013 03:41:32 +0400 cin implemented parallel map and foreach for arrays promises