summary refs log tree commit diff
path: root/library/std/src/sync/mpmc/utils.rs
AgeCommit message (Collapse)AuthorLines
2023-01-19rework and document backoff behavior of `sync::mpsc`Ibraheem Ahmed-15/+14
2023-01-19fix `SyncSender` spinning behaviorIbraheem Ahmed-1/+1
2022-11-09tidyIbraheem Ahmed-1/+1
2022-11-09`sync::mpsc`: quadratic backoffIbraheem Ahmed-2/+3
2022-11-09initial port of crossbeam-channelIbraheem Ahmed-0/+143