log Implab/Promise.cs @ 241:c19cee55e85e v2-1

age author description
Wed, 19 Nov 2014 13:34:09 +0300 cin fixed Promise.Error handler v2
Tue, 11 Nov 2014 04:14:21 +0300 cin minor fixes and optimizations v2
Mon, 10 Nov 2014 18:00:28 +0300 cin promises refactoring v2
Mon, 10 Nov 2014 10:17:54 +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, 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
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
Mon, 08 Sep 2014 17:40:46 +0400 cin minor fixes v2
Thu, 04 Sep 2014 18:47:12 +0400 cin promises refactoring v2
Wed, 03 Sep 2014 18:34:02 +0400 cin code cleanup
Thu, 14 Aug 2014 18:08:09 +0400 cin Refactoring
Mon, 30 Jun 2014 13:55:22 +0400 cin minor changes
Thu, 10 Apr 2014 02:39:29 +0400 cin removed the reference to the parent from the promise object this allows
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.
Thu, 06 Mar 2014 17:59:03 +0400 cin Added a casting method for promises.
Mon, 03 Mar 2014 09:00:23 +0400 cin fixes
Mon, 03 Mar 2014 08:59:03 +0400 cin fixes
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
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
Wed, 06 Nov 2013 17:49:12 +0400 cin Implemented interllocked queue 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
Mon, 21 Oct 2013 02:34:31 +0400 cin *refactoring: Promise.Then now returns a new chained promise
Thu, 29 Aug 2013 17:03:44 +0400 cin small fixes
Tue, 27 Aug 2013 08:28:42 +0400 cin Added utility class for safe disposing methods.
Fri, 23 Aug 2013 04:38:46 +0400 user initial commit