Skip to content

Commit a43da5a

Browse files
committed
initial port of crossbeam-channel
1 parent 34115d0 commit a43da5a

11 files changed

Lines changed: 2694 additions & 0 deletions

File tree

library/std/src/sync/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ pub mod mpsc;
182182
mod barrier;
183183
mod condvar;
184184
mod lazy_lock;
185+
mod mpmc;
185186
mod mutex;
186187
mod once;
187188
mod once_lock;

0 commit comments

Comments
 (0)