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

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