about summary refs log tree commit diff
path: root/library/std/src/sync/mpsc/mpsc_queue.rs
AgeCommit message (Collapse)AuthorLines
2022-11-09implement `sync::mpsc` as a wrapper around `sync::mpmc`Ibraheem Ahmed-124/+0
2022-11-08clarify licensing situation of mpsc and spsc queuePietro Albini-2/+9
2021-07-29Fix may not to appropriate might not or must notAli Malik-1/+1
2021-06-23Use HTTPS links where possibleSmitty-2/+2
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-51/+3
Also doing fmt inplace as requested.
2020-07-27mv std libs to library/mark-0/+165