Version 0.6.0
Pre-release
Pre-release
- [BC] Revert addition of
Api::resume()
andthrow()
(added in 0.5.2) - [BC] Added
Strand::trace()
andsetTrace()
methods - [NEW]
Api::suspend()
now accepts an optional terminator callback, which is invoked if the strand is terminated before it is resumed - [NEW] Added
StrandTrace
interface, a low-level strand observer to be used by debugging tools - [FIXED]
Strand::send()
andthrow()
no longer fail if the strand has already exited