Skip to content

v0.10.1

Compare
Choose a tag to compare
@Finomnis Finomnis released this 10 Jun 09:52
· 72 commits to main since this release

Non-Breaking Changes

  • Add .cancel_on_shutdown() method to all std::future::Future objects through the FutureExt trait.
    • Cancels the future when a shutdown happened.