about summary refs log tree commit diff
path: root/library/std/src/sync/mpsc/sync.rs
AgeCommit message (Collapse)AuthorLines
2022-11-09implement `sync::mpsc` as a wrapper around `sync::mpmc`Ibraheem Ahmed-495/+0
2020-07-27mv std libs to library/mark-0/+495