log Implab/Components/RunnableComponent.cs @ 264:3a6e18c432be v3

age author description
Mon, 16 Apr 2018 02:12:39 +0300 cin Added IInitializable.Initialize() overload v3 v3.0.8
Fri, 13 Apr 2018 19:14:59 +0300 cin minor fixes v3 v3.0.6
Fri, 13 Apr 2018 00:43:10 +0300 cin working on runnable components v3
Wed, 11 Apr 2018 03:05:14 +0300 cin Removed obsolete App, ComponentContainer v3
Mon, 12 Feb 2018 07:24:31 +0300 cin removed absolete Diagnostics classes v3
Sun, 11 Feb 2018 00:49:51 +0300 cin Prerelease version of RunnableComponent v3
Thu, 01 Feb 2018 02:43:35 +0300 cin Working on runnable component v3
Thu, 25 Jan 2018 19:09:16 +0300 cin working on promises v3
Mon, 20 Mar 2017 17:44:18 +0300 cin Code review for RunnableComponent v2
Sun, 13 Nov 2016 18:28:17 +0300 cin RunnableComponent.Dispose(bool,Exception) changed to standart Dispose(bool) v2
Tue, 25 Oct 2016 17:40:33 +0300 cin Added ResetState to RunnableComponent to reset in case of failure v2
Tue, 18 Oct 2016 17:49:54 +0300 cin Added 'Fail' method to RunnableComponent which allows component to move from v2
Tue, 18 Oct 2016 01:03:49 +0300 cin Implemented PollingRunnableComponent v2
Mon, 29 Aug 2016 23:15:51 +0300 cin fixed promise chaining behavior, the error handler doesn't handle result or cancellation handlers exceptions these exceptions are propagated to the next handlers.
Tue, 19 Apr 2016 17:35:20 +0300 cin Reworked cancelation handling, if the cancel handler isn't specified the OperationCanceledException will be handled by the error handler ref20160224
Tue, 19 Apr 2016 00:50:14 +0300 cin working on cancelation and error handling ref20160224
Mon, 18 Apr 2016 16:41:17 +0300 cin runnable component, work in progress ref20160224
Sat, 16 Apr 2016 03:23:26 +0300 cin working on runnable component ref20160224
Thu, 24 Mar 2016 02:30:46 +0300 cin refactoring complete, JSONParser rewritten ref20160224
Thu, 18 Feb 2016 14:34:02 +0300 cin refactoring, code cleanup v2
Thu, 18 Feb 2016 11:03:47 +0300 cin sync v2
Mon, 15 Feb 2016 04:22:15 +0300 cin Promises: SignalXXX methods merged into SignalHandler method. v2