]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #106836 - ibraheemdev:sync-sender-spin, r=Amanieu
authorMatthias Krüger <matthias.krueger@famsik.de>
Thu, 26 Jan 2023 06:53:23 +0000 (07:53 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Jan 2023 06:53:23 +0000 (07:53 +0100)
commit35a8d6fea4ae1770b1c819f7686be7b2355981c1
tree71f941a0bf13e7aeca3644701f751374efc8500d
parent59fcb7a2ce15f96fb4a0ce82f42503cf135aa81e
parentab20f8d5ba164510a4a782bcf305b7005bc88b15
Rollup merge of #106836 - ibraheemdev:sync-sender-spin, r=Amanieu

Remove optimistic spinning from `mpsc::SyncSender`

Per https://github.com/rust-lang/rust/pull/106701#issuecomment-1381649679.
Closes #106804

r? `@Amanieu`