mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
35a8d6fea4
Remove optimistic spinning from `mpsc::SyncSender` Per https://github.com/rust-lang/rust/pull/106701#issuecomment-1381649679. Closes #106804 r? `@Amanieu`