Expand description
Producer and consumer implementations.
Re-exports§
pub use caching::CachingCons;pub use caching::CachingProd;pub use direct::Cons;pub use direct::Obs;pub use direct::Prod;pub use frozen::FrozenCons;pub use frozen::FrozenProd;
Modules§
Traits§
- Wrap
- Ring buffer wrapper that contains reference to the ring buffer inside.