summaryrefslogtreecommitdiff
path: root/library/std/src/sync/mpmc/utils.rs
Commit message (Expand)AuthorAgeFilesLines
* remove optimistic spinning from `mpsc::SyncSender`Ibraheem Ahmed2023-01-141-10/+2
* rework and document backoff behavior of `sync::mpsc`Ibraheem Ahmed2023-01-111-15/+14
* fix `SyncSender` spinning behaviorIbraheem Ahmed2023-01-101-1/+1
* rustdoc: Fix backoff doc to match implementationJonas Spinner2022-11-221-1/+1
* tidyIbraheem Ahmed2022-11-091-1/+1
* `sync::mpsc`: quadratic backoffIbraheem Ahmed2022-11-091-2/+3
* initial port of crossbeam-channelIbraheem Ahmed2022-11-091-0/+143