package
0.1.1
Repository: https://github.com/safeblock-dev/wr.git
Documentation: pkg.go.dev

# Functions

Context sets a parent context for the pool to stop all workers when it is cancelled.
ErrorHandler sets the error handler function for the pool.
MaxGoroutines sets the maximum number of goroutines allowed in the pool.
New creates a new Pool with the provided options.
PanicHandler sets the panic handler function for the pool.

# Structs

Pool manages a pool of goroutines that can execute tasks concurrently.

# Type aliases

Option represents an option that can be passed when instantiating a Pool to customize it.