pub fn mpmc_fut_queue<T: Clone>(
capacity: u32,
) -> (MPMCFutSender<T>, MPMCFutReceiver<T>)Expand description
Futures variant of mpmc_queue - datastructures implement
Sink + Stream at a minor (~30 ns) performance cost to BlockingWait
pub fn mpmc_fut_queue<T: Clone>(
capacity: u32,
) -> (MPMCFutSender<T>, MPMCFutReceiver<T>)Futures variant of mpmc_queue - datastructures implement
Sink + Stream at a minor (~30 ns) performance cost to BlockingWait