package
0.2.0-pre2
Repository: https://github.com/knieriem/gointernal.git
Documentation: pkg.go.dev

# Functions

NewQueue returns a Queue that executes up to maxActive items in parallel.

# Structs

Cache runs an action once per key and caches the result.
Queue manages a set of work items to be executed in parallel.
Work manages a set of work items to be executed in parallel, at most once each.