async_
ringbuf
0.0.1
Async
Heap
Rb
Aliased type
Methods
new
In crate async_
ringbuf
async_ringbuf
Type Alias
AsyncHeapRb
Copy item path
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