Function multiqueue::mpmc_queue_with [] [src]

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