pub fn queue<T>() -> (UnboundedReceiver<T>, UnboundedSender<T>)
Expand description

Creates a new Queue