Function chan::sync_channel [] [src]

pub fn sync_channel<T>(size: usize) -> (SyncSender<T>, SyncReceiver<T>)