Type Definition async_ringbuf::AsyncHeapConsumer

source ·
pub type AsyncHeapConsumer<T> = AsyncConsumer<T, Arc<AsyncHeapRb<T>>>;
Expand description

Alias for HeapRb [Consumer].