mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
9b03b72d7f
This commit removes the runtime bookkeeping previously used to ensure that all Rust tasks were joined before the runtime was shut down. This functionality will be replaced by an RAII style `Thread` API, that will also offer a detached mode. Since this changes the semantics of shutdown, it is a: [breaking-change]