//
pkg.gl
Category
github.com/ossf/criticality_score
internal
workerpool
package
1.0.8
Repository:
https://github.com/ossf/criticality_score.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
2
Files
15 SLOC
#
Functions
WorkerPool
WorkerPool starts a pool of n workers each running the WorkerFunc w.
#
Type aliases
WorkerFunc
WorkerFunc implements a function that can be used in a WorkerPool.