summary refs log tree commit diff
path: root/library/std/src/sync/mpmc/context.rs
AgeCommit message (Collapse)AuthorLines
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+0
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2022-11-12avoid calling `thread::current` in channel destructorIbraheem Ahmed-4/+5
2022-11-09tidyIbraheem Ahmed-1/+0
2022-11-09remove extra spinning from `mpsc` parkerIbraheem Ahmed-15/+0
2022-11-09initial port of crossbeam-channelIbraheem Ahmed-0/+170