//
pkg.gl
Category
github.com/kobsio/kobs
pkg
hub
watcher
worker
package
0.11.0
Repository:
https://github.com/kobsio/kobs.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
81 SLOC
#
Functions
NewPool
NewPool returns a new worker pool with the given number of goroutines.
#
Interfaces
Pool
Pool is the interface which must be implemented by our worker pool.
Task
Task is the interface which must be implemented by each task which should be added to the worker pool.