rust/src/libstd/sync/mpsc
2018-12-14 21:43:52 +01:00
..
blocking.rs use field init shorthand EVERYWHERE 2017-08-15 15:29:17 -07:00
cache_aligned.rs Improve performance of spsc_queue and stream. 2017-10-01 12:15:35 -04:00
mod.rs Use checked_add for adding time in recv_timeout 2018-12-14 21:43:52 +01:00
mpsc_queue.rs Import the alloc crate as alloc_crate in std 2018-04-12 22:52:47 +02:00
oneshot.rs Replace invalid use of &mut with UnsafeCell in std::sync::mpsc 2016-12-16 19:52:12 -05:00
select.rs Deprecate channel selection 2018-11-08 22:51:46 +01:00
shared.rs Replace invalid use of &mut with UnsafeCell in std::sync::mpsc 2016-12-16 19:52:12 -05:00
spsc_queue.rs Import the alloc crate as alloc_crate in std 2018-04-12 22:52:47 +02:00
stream.rs Improve performance of spsc_queue and stream. 2017-10-01 12:15:35 -04:00
sync.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00