mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 01:00:37 +00:00
Remove optimistic spinning from `mpsc::SyncSender` Per https://github.com/rust-lang/rust/pull/106701#issuecomment-1381649679. Closes #106804 r? `@Amanieu`