log Implab/IPromise.cs @ 243:b1e0ffdf3451 v3

age author description
Wed, 24 Jan 2018 19:24:10 +0300 cin working on promises v3
Wed, 24 Jan 2018 03:03:21 +0300 cin Working on promises v3
Thu, 04 Feb 2016 02:43:05 +0300 cin Added support for 'await' operator to promises v2
Fri, 06 Mar 2015 15:45:26 +0300 cin DRAFT: refactoring v2
Tue, 17 Feb 2015 18:16:26 +0300 cin added ICancellable.Cancel(Exception) to allow specify the reason of cancellation 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, 05 Nov 2014 02:31:35 +0300 cin fixed TransientPromiseException handling v2
Thu, 30 Oct 2014 10:06:16 +0300 cin Added the chaining method to the non-generic IPromise 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
Mon, 08 Sep 2014 17:40:46 +0400 cin minor fixes v2
Thu, 14 Aug 2014 18:08:09 +0400 cin Refactoring
Thu, 10 Apr 2014 02:39:29 +0400 cin removed the reference to the parent from the promise object this allows
Fri, 21 Feb 2014 03:15:28 +0400 cin refactoring
Thu, 06 Feb 2014 01:08:59 +0400 cin refactoring
Sun, 10 Nov 2013 00:21:33 +0400 cin Promise is rewritten to use interlocked operations instead of locks promises
Tue, 05 Nov 2013 19:55:34 +0400 cin refactoring, added WorkerPool promises
Tue, 05 Nov 2013 01:09:58 +0400 cin refactoring promises
Sun, 03 Nov 2013 18:07:38 +0400 cin implemeted new cancellable promises concept promises
Sat, 02 Nov 2013 00:55:47 +0400 cin sync promises
Fri, 01 Nov 2013 16:03:08 +0400 cin inital progress handling promises