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

# Functions

NewMultiQueue creates a new queue.

# Structs

MultiQueue is a type that round-robins through a set of typed queues, each independently prioritized.
Permit is a token which is returned from a Task.GetWaitChan call.
Task represents a request for a Permit for a piece of work that needs to be done.