cbuf v0.7.1 API Reference

Modules

This module describes the behavior of a circular buffer

Cbuf.ETS implements the Cbuf behaviour with an ETS table as its implementation

Cbuf.Map implements the Cbuf behaviour with a Map as its implementation

Cbuf.Queue implements the Cbuf behaviour with Erlang’s built-in queue as its implementation