Skip to main content

sync_channel

Function sync_channel 

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