log Implab/PromiseExtensions.cs @ 264:3a6e18c432be v3

age author description
Fri, 13 Apr 2018 03:57:39 +0300 cin PollingComponent: implemented correct stopping v3
Wed, 31 Jan 2018 11:28:38 +0300 cin Implab.Test moved to xunit v3
Tue, 30 Jan 2018 01:37:17 +0300 cin Added awaiters to promises v3
Wed, 16 Nov 2016 03:06:08 +0300 cin Bound promise to CancellationToken v2
Sun, 13 Nov 2016 18:28:17 +0300 cin RunnableComponent.Dispose(bool,Exception) changed to standart Dispose(bool) v2
Wed, 09 Nov 2016 12:03:22 +0300 cin added Safe.DispatchEvent() a legacy equivalent for '?.Invoke()' v2
Tue, 25 Oct 2016 17:40:33 +0300 cin Added ResetState to RunnableComponent to reset in case of failure v2
Mon, 18 Apr 2016 16:41:17 +0300 cin runnable component, work in progress ref20160224
Thu, 04 Feb 2016 02:43:05 +0300 cin Added support for 'await' operator to promises v2
Wed, 06 May 2015 17:11:27 +0300 cin fixed promises cancellation v2
Sun, 08 Mar 2015 02:52:27 +0300 cin RC: cancellation support for promises + tests v2
Tue, 17 Feb 2015 18:16:26 +0300 cin added ICancellable.Cancel(Exception) to allow specify the reason of cancellation v2
Mon, 16 Feb 2015 01:14:09 +0300 cin shared locks + 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, 16 Nov 2014 02:49:12 +0300 cin added promise timeout helper v2
Fri, 14 Nov 2014 14:04:24 +0300 cin minor fixes 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, 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