Recoil v0.6.0 Release Notes

Release Date: 2016-07-29 // over 7 years ago
    • [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