Function mio_extras::channel::sync_channel
source · [−]pub fn sync_channel<T>(bound: usize) -> (SyncSender<T>, Receiver<T>)
Expand description
Creates a new synchronous, bounded channel where the Receiver
can be
registered with Poll
.