]> git.lizzy.rs Git - rust.git/history - library/std/src/sync/mpmc
Auto merge of #104292 - GuillaumeGomez:fix-missing-reexports-doc-comments, r=notriddle
[rust.git] / library / std / src / sync / mpmc /
2022-11-13 borsAuto merge of #104292 - GuillaumeGomez:fix-missing...
2022-11-13 borsAuto merge of #93563 - ibraheemdev:crossbeam-channel...
2022-11-13 Ibraheem Ahmedavoid calling `thread::current` in channel destructor
2022-11-10 Ibraheem Ahmedtidy
2022-11-10 Ibraheem Ahmedspin less in `mpsc::SyncSender::send`
2022-11-10 Ibraheem Ahmedremove extra spinning from `mpsc` parker
2022-11-10 Ibraheem Ahmed`sync::mpsc`: quadratic backoff
2022-11-10 Ibraheem Ahmed`sync::mpsc`: reload state after spinning on CAS failure
2022-11-10 Ibraheem Ahmedremove extra spinning from `mpsc::Receiver::recv`
2022-11-10 Ibraheem Ahmedinitial port of crossbeam-channel