Versions in this module Expand all Collapse all v1 v1.5.2 May 27, 2023 Changes in this version + type Pool struct + func NewPool(size int) *Pool + func (p *Pool) Enqueue(job func(params ...any), params ...any)