Releases: David-Haim/concurrencpp
Releases · David-Haim/concurrencpp
v.0.0.7
- when_all safer implementation
- result_core::publish_result doesn't move the consumer context
- timer queue only accepts callables + args. bind returns the same callable if no arguments were given
- timer uses std::chrono::milliseconds instead of size_t
- error messages style unification