about summary refs log tree commit diff
path: root/library/std/src/sync/mpmc/mod.rs
AgeCommit message (Expand)AuthorLines
2025-07-02awhile -> a while where appropriateнаб-1/+1
2025-02-21Use faster thread_local in current_thread_id()Kornel-0/+3
2025-02-09Fix pattern matching mode changes and unsafe_op_in_unsafe_fnMichael Goulet-3/+3
2025-01-27fix doc for std::sync::mpmcusamoi-4/+12
2024-11-10split up the first paragraph of doc comments for better summariesbinarycat-0/+2
2024-10-02mpmc doctest: make sure main thread waits for child threadsRalf Jung-22/+24
2024-09-30Add multi-producer, multi-consumer channel (mpmc)Obei Sideg-47/+988
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
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