Function nolock::queues::mpsc::jiffy::queue[][src]

pub fn queue<T>() -> (Receiver<T>, Sender<T>)
Expand description

Creates a new empty Queue and returns their (Receiver, Sender)