Versions in this module Expand all Collapse all v1 v1.0.1 Mar 20, 2023 v1.0.0 Mar 20, 2023 Changes in this version + type Pool struct + func New(maxGoroutines int) *Pool + func (p *Pool) Run(w Worker) + func (p *Pool) Shutdown() + type Worker interface + Task func()