Skip to content

actix-rt: v2.12.0

Choose a tag to compare

@robjtede robjtede released this 21 Aug 19:45
· 3 commits to main since this release
Immutable release. Only release title and notes can be modified.
177daef
  • Add SystemRunner::stop_future and SystemRunner::into_parts for awaiting system stop inside block_on.
  • Allow {System, Arbiter}::with_tokio_rt to accept shared Tokio runtimes (e.g. Arc<tokio::runtime::Runtime> or &'static tokio::runtime::Runtime).
  • Remove experimental io-uring support.
  • Minimum supported Rust version (MSRV) is now 1.88.