summary refs log tree commit diff
path: root/library/std/src/sync/mpmc/mod.rs
AgeCommit message (Collapse)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2023-02-17std: drop all messages in bounded channel when destroying the last receiverjoboet-2/+2
2023-01-10add `SyncSender::send_timeout` testIbraheem Ahmed-1/+1
2022-11-09initial port of crossbeam-channelIbraheem Ahmed-0/+430