package
2.0.0-rc2+incompatible
Repository: https://github.com/buger/goreplay.git
Documentation: pkg.go.dev
# Functions
NewRingBuffer will allocate, initialize, and return a ring buffer with the specified size.
# Variables
ErrDisposed is returned when an operation is performed on a disposed queue.
ErrEmptyQueue is returned when an non-applicable queue operation was called due to the queue's empty item state.
ErrTimeout is returned when an applicable queue operation times out.
# Structs
RingBuffer is a MPMC buffer that achieves threadsafety with CAS operations only.