Skip to content

v0.9.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Finomnis Finomnis released this 16 May 19:45
· 84 commits to main since this release

Breaking Changes

  • Shutdown gets triggered automatically when all subsystems have finished
    • In most cases this should make no difference, but in a couple of corner cases this might
      be a breaking change

Non-Breaking Changes

  • Add SubsystemHandle::is_shutdown_requested() as a querying alternative to the async on_shutdown_requested()