pub fn async_queue<T>(
    size: usize
) -> (AsyncBoundedReceiver<T>, AsyncBoundedSender<T>)
Expand description

Creates an async BoundedQueue and returns its respecitive (AsyncBoundedReceiver, AsyncBoundedSender)