about summary refs log tree commit diff
path: root/library/std/src/sync/mpmc/utils.rs
AgeCommit message (Expand)AuthorLines
2025-08-08Fix wrong cache line size of riscv64minxuanz-5/+3
2023-07-18support for mips32r6 as a target_arch valuechenx97-0/+2
2023-07-18support for mips64r6 as a target_arch valuechenx97-0/+2
2023-01-14remove optimistic spinning from `mpsc::SyncSender`Ibraheem Ahmed-10/+2
2023-01-11rework and document backoff behavior of `sync::mpsc`Ibraheem Ahmed-15/+14
2023-01-10fix `SyncSender` spinning behaviorIbraheem Ahmed-1/+1
2022-11-22rustdoc: Fix backoff doc to match implementationJonas Spinner-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