about summary refs log tree commit diff
path: root/library/std/src/sync/mpmc/list.rs
AgeCommit message (Expand)AuthorLines
2023-01-11rework and document backoff behavior of `sync::mpsc`Ibraheem Ahmed-8/+8
2022-11-09tidyIbraheem Ahmed-1/+1
2022-11-09`sync::mpsc`: reload state after spinning on CAS failureIbraheem Ahmed-5/+5
2022-11-09remove extra spinning from `mpsc::Receiver::recv`Ibraheem Ahmed-13/+3
2022-11-09initial port of crossbeam-channelIbraheem Ahmed-0/+648