Crate async_ringbuf

source ·

Re-exports

pub use consumer::AsyncConsumer;
pub use producer::AsyncProducer;
pub use ring_buffer::AsyncRb;

Modules

Functions

Tranfer data from one ring buffer to another.

Type Definitions

Alias for HeapRb [Consumer].
Alias for HeapRb [Producer].
Heap-allocated ring buffer.