package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

NewQueue returns a Queue of T.
WithChunkSize configures the size of slices used in the queue.

# Structs

Queue is a FIFO queue implemented as a chunked linked list.

# Type aliases

An Option is a configurable parameter of the queue.