[][src]Function mio_extras::channel::sync_channel

pub fn sync_channel<T>(bound: usize) -> (SyncSender<T>, Receiver<T>)

Creates a new synchronous, bounded channel where the Receiver can be registered with Poll.