package
0.0.0-20241221201723-37ad33de60bf
Repository: https://github.com/quaver/api2.git
Documentation: pkg.go.dev
# Functions
NewWorkerPool Initializes a new worker pool.
# Structs
Result The struct that will be published to Worker.ResultChannel when workers complete their task.
Worker The individual goroutine that will perform work.
WorkerPool Manages the workers, handles tasks, and manages results.
# Type aliases
Task The task that will be run by the workers.