package
1.0.26
Repository: https://github.com/askasoft/pango.git
Documentation: pkg.go.dev

# Functions

NewRingBuffer constructs and returns a new RingBuffer.

# Structs

RingBuffer A fast Golang queue using a ring-buffer, based on the version suggested by Dariusz Górecki.