Function leak_playground_std::sync::mpsc::sync_channel_unchecked

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