log Implab/IPromiseT.cs @ 247:fb70574741a1 v3

age author description
Fri, 26 Jan 2018 18:46:27 +0300 cin working on promises v3
Wed, 24 Jan 2018 03:03:21 +0300 cin Working on promises v3
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
Mon, 10 Nov 2014 18:00:28 +0300 cin promises refactoring 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
Thu, 23 Oct 2014 17:50:09 +0400 cin minor fixes 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
Thu, 14 Aug 2014 18:08:09 +0400 cin Refactoring