package
2.0.0
Repository: https://github.com/couchbase/tools-common.git
Documentation: pkg.go.dev

# Functions

NewRingbuf creates a Ringbuf of T with the specified capacity.

# Structs

Ringbuf is a circular buffer of items with type T.

# Type aliases

IterFunc is a function which will be executed for every element in the Ringbuf.