Versions in this module Expand all Collapse all v0 v0.4.0 Aug 3, 2025 v0.3.0 Aug 3, 2025 Changes in this version + type Pool struct + func NewPool(maxWorkers int) *Pool + func (p *Pool) Enqueue(job WorkerFun) + func (p *Pool) Stop() + func (p *Pool) Wait() + type WorkerFun func()