v0.10.1
Non-Breaking Changes
- Add
.cancel_on_shutdown()
method to allstd::future::Future
objects through theFutureExt
trait.- Cancels the future when a shutdown happened.
.cancel_on_shutdown()
method to all std::future::Future
objects through the FutureExt
trait.