Function calloop::channel::sync_channel [−][src]
pub fn sync_channel<T>(bound: usize) -> (SyncSender<T>, Channel<T>)Expand description
Create a new synchronous, bounded channel
pub fn sync_channel<T>(bound: usize) -> (SyncSender<T>, Channel<T>)Create a new synchronous, bounded channel