rust/src/libstd/sync/mpsc
Steve Klabnik 55641720aa Expand docs for recv
Add an example, plus some text that covers the buffering nature of
channels.

Fixes #26497
2015-07-01 12:25:25 -04:00
..
blocking.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
mod.rs Expand docs for recv 2015-07-01 12:25:25 -04:00
mpsc_queue.rs More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
oneshot.rs Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
select.rs std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
shared.rs Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
spsc_queue.rs More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
stream.rs Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
sync.rs Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00