CircularBuffer v0.1.0 CircularBuffer View Source

Circular Buffer built around erlang's queue module.

When creating a circular buffer you must specify the max size:

cb = CircularBuffer.new(10)

Link to this section Summary

Link to this section Functions