package
9.75.1718400648-SHA-c21bff1+incompatible
Repository: https://github.com/aalyria/api.git
Documentation: pkg.go.dev

# Functions

NewMapQueue creates a new map queue that partitions incoming work items based on the provided `keyFn`.
NewSerialQueue creates a new serial queue that will handle incoming work items one by one.

# Structs

A MapQueue is a grouping of multiple queues.
SerialQueue is an extremely basic Queue implementation that handles incoming work items one by one.

# Interfaces

No description provided by the author
Queue is something that can enqueue a work item for asynchronous processing.