Versions in this module Expand all Collapse all v1 v1.0.1 Feb 26, 2026 Changes in this version + type WorkQueue struct + func New(cap, buffer int) *WorkQueue + func (p *WorkQueue) Capacity() int + func (p *WorkQueue) Chan() chan<- func() + func (p *WorkQueue) Close() + func (p *WorkQueue) Resize(cap int) + func (p *WorkQueue) Size() int