async_tools 0.1.4 async_tools: ^0.1.4 copied to clipboard
Useful data structures and tools for async/Future code
0.1.4 #
- Add support for cancellation in WaitSet and DelayedWaitSet
- Add simple 'asyncSleep' function
0.1.3 #
- Clean up bugs in SingleStateProcessor
- Add SingleStateProcessorMap
0.1.2 #
- Add pause/resume for serialFuture and add tests
0.1.1 #
- Add return values for WaitSet and DelayedWaitSet
0.1.0 #
- Initial version