log Implab/Parallels/ArrayTraits.cs @ 242:cbe10ac0731e v3

age author description
Wed, 24 Jan 2018 03:03:21 +0300 cin Working on promises v3
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)