Skip to content

Version 0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jmalloc jmalloc released this 29 Jul 03:46
· 130 commits to master since this release
  • [BC] Revert addition of Api::resume() and throw() (added in 0.5.2)
  • [BC] Added Strand::trace() and setTrace() 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() and throw() no longer fail if the strand has already exited