[][src]Function multiqueue2::mpmc_queue_with

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