# 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.
# Type aliases
Option represents an option that can be passed when instantiating a Pool to customize it.