package
1.1.4
Repository: https://github.com/abcxyz/pkg.git
Documentation: pkg.go.dev

# Functions

New creates a new worker pool that executes work in parallel, up to the maximum provided concurrency.

# Variables

ErrStopped is the error returned when the worker is stopped.

# Structs

Config represents the input configuration to the worker.
Pool represents an instance of a worker pool.
Result is the final result returned to the caller.
Void is a convenience struct for workers that do not actually return values.

# Type aliases

WorkFunc is a function for executing work.