]> git.lizzy.rs Git - rust.git/history - library/std/src/sync/mpmc
Rollup merge of #104357 - RalfJung:is-sized, r=cjgillot
[rust.git] / library / std / src / sync / mpmc /
2022-11-13 Matthias KrügerRollup merge of #104357 - RalfJung:is-sized, r=cjgillot
2022-11-13 Matthias KrügerRollup merge of #104320 - fee1-dead-contrib:use-derive...
2022-11-13 Matthias KrügerRollup merge of #104315 - SparkyPotato:fix-104276,...
2022-11-13 Matthias KrügerRollup merge of #103996 - SUPERCILEX:docs, r=RalfJung
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