log

age author description
2015-02-17 cin added ICancellable.Cancel(Exception) to allow specify the reason of cancellation v2
2015-02-16 cin added the blocking queue v2
2015-02-15 cin shared locks + tests v2
2015-02-12 cin Fixed chaining of promises with 'Then' method v2
2015-02-10 cin Improved logging v2
2015-02-08 cin sync v2
2015-02-07 cin minor fixes v2
2015-02-07 cin minor changes v2
2015-01-30 cin fixed Resove method bug when calling it on already cancelled promise v2
2015-01-29 cin Added SharedLock to synchronization routines v2
2015-01-29 cin Added Signal class a lightweight alternative to ManualResetEvent v2
2015-01-27 cin fixed AsyncQueue iterator v2
2015-01-25 cin minor changes v2
2015-01-15 cin improved performance of promises v2
2015-01-14 cin major update, added Drain mathod to AsyncQueue class v2
2015-01-12 cin async queue improvements v2
2015-01-12 cin minor fixes and improvements of AsyncQueue, additional tests v2
2015-01-12 cin working version of AsyncQueue and batch operations v2
2015-01-12 cin improved asyncpool usability v2
2015-01-11 cin Promises rewritten, added improved version of AsyncQueue v2
2014-12-28 cin minor fixes v2
2014-12-23 cin pool refactoring v2
2014-12-23 cin minor refactoring v2
2014-12-21 cin fixed JSON writer v2
2014-12-14 cin minor changes v2
2014-12-10 cin working on linked list v2-1
2014-11-19 cin fixed Promise.Error handler v2
2014-11-18 cin minor fix v1
2014-11-15 cin added promise timeout helper v2
2014-11-14 cin minor fixes v2
2014-11-11 cin sync v2
2014-11-11 cin minor fixes and optimizations v2
2014-11-10 cin promises refactoring v2
2014-11-10 cin minor fixes v2
2014-11-09 cin renamed Promise.Last -> Promise.On v2
2014-11-08 cin sync v2
2014-11-07 cin code cleaunp v2
2014-11-06 cin code cleanup v2
2014-11-05 cin added multithreading support to Disposable class v2
2014-11-04 cin fixed TransientPromiseException handling v2
2014-11-04 cin fix MTQueue syntax error v2
2014-10-31 cin added enumerable interface to MTQueue v2
2014-10-30 cin Added the chaining method to the non-generic IPromise v2
2014-10-29 cin minor changes v2
2014-10-23 cin minor fixes v2
2014-10-22 cin improved tracing v2
2014-10-22 cin rewritten tracing v2
2014-10-14 cin code cleanup v2
2014-10-12 cin code cleanup v2
2014-10-07 cin improved performance of a chained map operation v2
2014-10-07 cin ServiceLocator: fixed services cleanup v2
2014-10-06 cin minor fixes in the service locator class v2
2014-10-05 cin ServiceLocator: added a cleanup callback to the service registration method v2
2014-09-30 cin fixed JSONXmlReader disposing under ugly mono v2
2014-09-30 cin minor changes v2
2014-09-29 cin fixed object pool v2
2014-09-29 cin added object pool v2
2014-09-26 cin dispatch pool rewritten v2
2014-09-25 cin added memory barriers v2
2014-09-22 cin sync v2