package
0.10.0
Repository: https://github.com/kcl-lang/kpm.git
Documentation: pkg.go.dev

# Functions

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

# Variables

No description provided by the author

# Structs

Cache runs an action once per key and caches the result.
ErrCache is like Cache except that it also stores an error value alongside the cached value V.
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.