Skip to content

Commit a43da5a

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

File tree

11 files changed

+2694
-0
lines changed

11 files changed

+2694
-0
lines changed

library/std/src/sync/mod.rs

+1
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)