mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 06:55:31 +00:00
Remove optimistic spinning from `mpsc::SyncSender` Per https://github.com/rust-lang/rust/pull/106701#issuecomment-1381649679. Closes #106804 r? `@Amanieu`