//
pkg.gl
Category
github.com/couchbase/tools-common/types/v2
ringbuf
package
2.0.0
Repository:
https://github.com/couchbase/tools-common.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
0
Dependents
1
Files
116 SLOC
#
Functions
NewRingbuf
NewRingbuf creates a Ringbuf of T with the specified capacity.
#
Structs
Ringbuf
Ringbuf is a circular buffer of items with type T.
#
Type aliases
IterFunc
IterFunc is a function which will be executed for every element in the Ringbuf.