Versions in this module Expand all Collapse all v2 v2.0.0 Jun 30, 2023 Changes in this version + type RingBuffer struct + func New(size uint64) (*RingBuffer, error) + func (r *RingBuffer) Close() + func (r *RingBuffer) Pull() (interface{}, bool) + func (r *RingBuffer) Push(data interface{}) + func (r *RingBuffer) Reset()