package
0.0.11
Repository: https://github.com/grailbio/base.git
Documentation: pkg.go.dev

# Functions

NewFIFO creates an empty FIFO queue.
Create a new OrderedQueue with size maxSize.

# Structs

LIFO implements a last-in, first-out producer-consumer queue.
OrderedQueue is a queue that orders entries on their way out.