log Implab.Test/AsyncTests.cs @ 235:b49969a7043c v2

age author description
Wed, 04 Oct 2017 15:44:47 +0300 cin Improved AsyncQueue v2
Tue, 25 Oct 2016 17:40:33 +0300 cin Added ResetState to RunnableComponent to reset in case of failure v2
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 12:09:20 +0300 cin improved performance of promises v2
Thu, 15 Jan 2015 02:43:14 +0300 cin major update, added Drain mathod to AsyncQueue class v2
Mon, 12 Jan 2015 22:20:45 +0300 cin minor fixes and improvements of AsyncQueue, additional tests v2
Mon, 12 Jan 2015 18:19:41 +0300 cin working version of AsyncQueue and batch operations 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
Mon, 10 Nov 2014 10:17:54 +0300 cin minor fixes v2
Fri, 26 Sep 2014 20:44:01 +0400 cin dispatch pool rewritten v2
Fri, 26 Sep 2014 03:32:34 +0400 cin added memory barriers v2
Thu, 11 Sep 2014 10:56:14 +0400 cin ported tests to mono v2
Wed, 10 Sep 2014 17:53:05 +0400 cin Refactoring of the IPromise<T> interface v2
Fri, 05 Sep 2014 00:27:14 +0400 cin fixed tests v2
Thu, 10 Apr 2014 04:20:25 +0400 cin fixed race condition in DispatchPool
Thu, 10 Apr 2014 02:39:29 +0400 cin removed the reference to the parent from the promise object this allows
Mon, 07 Apr 2014 03:25:57 +0400 cin small refactoring, cleanup.
Thu, 14 Nov 2013 01:15:07 +0400 cin fixed dispatch pool race condition
Wed, 13 Nov 2013 14:03:00 +0400 cin implemented nonblocking wake singnals processing promises
Tue, 12 Nov 2013 19:52:10 +0400 cin DispatchPool works again, but performance is poor in some cases promises
Tue, 12 Nov 2013 02:27:22 +0400 cin refactoring, sync promises
Sun, 10 Nov 2013 00:21:33 +0400 cin Promise is rewritten to use interlocked operations instead of locks promises
Fri, 08 Nov 2013 01:25:42 +0400 cin Improved worker pool 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
Wed, 06 Nov 2013 01:07:55 +0400 cin small fixes, WorkerPool still incomplete 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
Tue, 17 Sep 2013 04:27:30 +0400 cin Implab.Fx: implemented animation object
Fri, 23 Aug 2013 04:38:46 +0400 user initial commit