package
0.0.0-20230501180844-dca2a0ba871b
Repository: https://github.com/crazybber/go-patterns.git
Documentation: pkg.go.dev
# Functions
New creates a new work pool.
# Structs
Pool provides a pool of goroutines that can execute any Worker tasks that are submitted.
# Interfaces
Worker must be implemented by types that want to use the work pool.