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

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