async_ringbuf

Type Alias AsyncHeapRb

Source
pub type AsyncHeapRb<T> = AsyncRb<Heap<T>>;

Aliased Type§

struct AsyncHeapRb<T> { /* private fields */ }

Implementations§

Source§

impl<T> AsyncHeapRb<T>

Source

pub fn new(cap: usize) -> Self