log Implab/Safe.cs @ 215:fe5101083150 v2

age author description
Fri, 21 Apr 2017 14:27:17 +0300 cin Fixed InteractiveListener to support OLE and clipboard. v2
Tue, 11 Apr 2017 01:35:18 +0300 cin Minor code changes v2
Wed, 16 Nov 2016 03:06:08 +0300 cin Bound promise to CancellationToken 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
Tue, 18 Oct 2016 17:49:54 +0300 cin Added 'Fail' method to RunnableComponent which allows component to move from v2
Wed, 23 Mar 2016 01:42:00 +0300 cin refactoring ref20160224
Fri, 19 Feb 2016 18:07:17 +0300 cin DFA refactoring v2
Sun, 08 Mar 2015 02:52:27 +0300 cin RC: cancellation support for promises + tests v2
Mon, 09 Feb 2015 00:28:13 +0300 cin sync v2
Sat, 07 Feb 2015 19:41:31 +0300 cin minor fixes v2
Sat, 07 Feb 2015 11:06:42 +0300 cin minor changes v2
Thu, 29 Jan 2015 05:09:31 +0300 cin Added Signal class a lightweight alternative to ManualResetEvent v2
Mon, 26 Jan 2015 02:12:01 +0300 cin minor changes 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
Thu, 30 Oct 2014 10:06:16 +0300 cin Added the chaining method to the non-generic IPromise v2
Wed, 29 Oct 2014 18:54:46 +0300 cin minor changes v2
Thu, 23 Oct 2014 17:50:09 +0400 cin minor fixes v2
Sun, 12 Oct 2014 16:50:34 +0400 cin code cleanup v2
Thu, 14 Aug 2014 18:08:09 +0400 cin Refactoring
Sun, 15 Jun 2014 19:39:11 +0400 cin Added initial JSON support
Sat, 26 Apr 2014 23:36:00 +0400 cin Added methods for parameter checks
Mon, 07 Apr 2014 18:17:00 +0400 cin minor cleanup
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.