Expand description

Ring buffer traits and implementations.

Structs

Ring buffer for using in single thread.
Caching read end of some ring buffer.
Just a wrapper for a ring buffer.
Caching write end of some ring buffer.
Ring buffer that could be shared between threads.

Traits

Abstract container for the ring buffer.
An abstract ring buffer.
Basic ring buffer functionality.
Ring buffer read end.
An abstract reference to the ring buffer.
Ring buffer write end.

Type Definitions

Heap-allocated ring buffer.
Stack-allocated ring buffer with static capacity.