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

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

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