//
pkg.gl
Category
github.com/cockroachdb/field-eng-powertools
workgroup
package
0.1.1
Repository:
https://github.com/cockroachdb/field-eng-powertools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
3
Files
122 SLOC
#
Functions
WithSize
WithSize returns a [Group] that will execute with up to the requested number of goroutines and queue up to the requested number of work elements.
#
Structs
Group
Group is a basic concurrency-control mechanism that has a bounded pool of worker goroutines executing callbacks from a queue.