package
0.0.0-20190408051622-ebf3c7b94afd
Repository: https://github.com/m3db/m3x.git
Documentation: pkg.go.dev
# Functions
NewPooledWorkerPool creates a new worker pool.
NewPooledWorkerPoolOptions returns a new PooledWorkerPoolOptions with default options.
NewWorkerPool creates a new worker pool.
# Interfaces
PooledWorkerPool provides a pool for goroutines, but unlike WorkerPool, the actual goroutines themselves are re-used.
PooledWorkerPoolOptions is the options for a PooledWorkerPool.
WorkerPool provides a pool for goroutines.