View Source API Reference ringbuffer v1.3.0

Modules

Ringbuffer implements a length limited queue. In systems this is often implemented as a ring, or cylic, buffer. Where the writer can push the reader ahead if the buffer is full.

RingBuffer application

Process to own the created ets table for the ring buffer.

Supervisor for the ring buffers processes.