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)
Circular Buffer built around erlang's queue module.
When creating a circular buffer you must specify the max size:
cb = CircularBuffer.new(10)