Mercurial > pub > ImplabNet
log Implab/AbstractPromise.cs @ 189:b60643b47078 ref20160224
age | author | description |
---|---|---|
2016-04-18 | cin | working on cancelation and error handling ref20160224 |
2016-02-15 | cin | Promises: SignalXXX methods merged into SignalHandler method. v2 |
2015-03-07 | cin | RC: cancellation support for promises + tests v2 |
2015-03-06 | cin | DRAFT: refactoring v2 |
2015-03-04 | cin | DRAFT: refactoring, adding cancelation token v2 |
2015-02-17 | cin | added ICancellable.Cancel(Exception) to allow specify the reason of cancellation v2 |
2015-01-30 | cin | fixed Resove method bug when calling it on already cancelled promise v2 |
2015-01-15 | cin | improved performance of promises v2 |
2015-01-11 | cin | Promises rewritten, added improved version of AsyncQueue v2 |