//
pkg.gl
Category
github.com/siderolabs/siderolink
pkg
queue
package
0.3.10
Repository:
https://github.com/siderolabs/siderolink.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
145 SLOC
#
Functions
New
New creates a new queue with the given size.
NewRing
NewRing creates a new ring buffer with the given size.
NewRingQueue
NewRingQueue creates a new ring queue with the given size.
#
Structs
Queue
Queue is a thread-safe queue.
Ring
Ring is a simple ring buffer.
RingQueue
RingQueue is a thread-safe ring queue.