//
pkg.gl
Category
github.com/knieriem/gointernal
cmd
go
internal
par
package
0.2.0-pre2
Repository:
https://github.com/knieriem/gointernal.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
196 SLOC
#
Functions
NewQueue
NewQueue returns a Queue that executes up to maxActive items in parallel.
#
Structs
Cache
Cache runs an action once per key and caches the result.
Queue
Queue manages a set of work items to be executed in parallel.
Work
Work manages a set of work items to be executed in parallel, at most once each.