package
0.3.10
Repository: https://github.com/siderolabs/siderolink.git
Documentation: pkg.go.dev

# Functions

New creates a new queue with the given size.
NewRing creates a new ring buffer with the given size.
NewRingQueue creates a new ring queue with the given size.

# Structs

Queue is a thread-safe queue.
Ring is a simple ring buffer.
RingQueue is a thread-safe ring queue.