Versions in this module Expand all Collapse all v0 v0.5.0 Jul 17, 2025 v0.4.0 Jan 7, 2025 Changes in this version + type Pool struct + func NewPool(label string, numWorkers int) *Pool + func (p *Pool) ScheduleTask(task Task) + func (p *Pool) Stop() + func (p *Pool) Wait() + type Task func()