about summary refs log tree commit diff
path: root/library/std/src/sync/mpmc/error.rs
AgeCommit message (Collapse)AuthorLines
2024-09-30Add multi-producer, multi-consumer channel (mpmc)Obei Sideg-0/+5
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+1
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2023-05-03Remove unnecessary Send boundGil Shoshan-1/+1
2022-11-09initial port of crossbeam-channelIbraheem Ahmed-0/+46