package
0.11.0
Repository: https://github.com/kobsio/kobs.git
Documentation: pkg.go.dev

# Functions

NewPool returns a new worker pool with the given number of goroutines.

# Interfaces

Pool is the interface which must be implemented by our worker pool.
Task is the interface which must be implemented by each task which should be added to the worker pool.