Function leak_playground_std::sync::mpsc::sync_channel

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