summary refs log tree commit diff
path: root/library/std/src/sync/mpmc/zero.rs
AgeCommit message (Expand)AuthorLines
2024-11-18std: allow after-main use of synchronization primitivesjoboet-2/+4
2024-09-25Use `&raw` in the standard libraryJosh Stone-10/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+0
2024-07-14std: Unsafe-wrap std::syncJubilee Young-8/+12
2024-02-24library: use `addr_of!`Pavel Grigorenko-2/+6
2023-01-11rework and document backoff behavior of `sync::mpsc`Ibraheem Ahmed-1/+1
2022-11-09initial port of crossbeam-channelIbraheem Ahmed-0/+318