Mercurial > pub > ImplabNet
log Implab/ActionChainTaskBase.cs @ 198:b305c678923a
age | author | description |
---|---|---|
2016-10-10 | koff | fixed error handling for chained actions |
2016-08-29 | cin | fixed promise chaining behavior, the error handler doesn't handle result or cancellation handlers exceptions these exceptions are propagated to the next handlers. |
2016-04-19 | cin | Reworked cancelation handling, if the cancel handler isn't specified the OperationCanceledException will be handled by the error handler ref20160224 |
2016-04-18 | cin | working on cancelation and error handling ref20160224 |
2015-05-06 | cin | fixed promises cancellation v2 |
2015-03-07 | cin | RC: cancellation support for promises + tests v2 |