Versions in this module Expand all Collapse all v1 v1.0.1 May 17, 2025 v1.0.0 Apr 29, 2025 Changes in this version + type Pool struct + func NewPool(workers, queueSize int) *Pool + func (p *Pool) Close() + func (p *Pool) Submit(task Task) error + func (pool *Pool) Work() + type Task func()