Function mpmc_queue_with

Source
pub fn mpmc_queue_with<T, W: Wait + 'static>(
    capacity: u32,
    w: W,
) -> (MPMCSender<T>, MPMCReceiver<T>)