Tascalate Concurrent 0.8.1
The following changes are made since 0.8.0
- Fixed timeout handling in
Promises.retry*- previously only timeout set was cancellable, not the original promise. - Fixed error in
RetryPolicythat prevents creating infinite retry operations. - Revisited decorators hierarchy
- Fix numerous bugs in decorators (enlistOptions are not passed for dependent promise decorator; wrong behavior for defaultAsyncOn / dependent decorators)
- Introduced
ContextVar-- now it's possible to relay contextual variables (ThreadLocal-s) to composition operations onPromise-s