//
pkg.gl
Category
github.com/etkecc/go-kit
workpool
package
1.5.0
Repository:
https://github.com/etkecc/go-kit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
72 SLOC
#
Functions
New
New creates a new work pool with the specified number of workers.
#
Structs
WorkPool
WorkPool is a simple work pool implementation.
#
Type aliases
Task
Task is a function that can be added to the work pool.