Function nolock::queues::spsc::unbounded::async_queue[][src]

pub fn async_queue<T>() -> (AsyncUnboundedReceiver<T>, AsyncUnboundedSender<T>)
Expand description

Creates a new async SPSC-Queue and returns its respective (AsyncUnboundedReceiver, AsyncUnboundedSender)