Versions in this module Expand all Collapse all v0 v0.1.0 Apr 25, 2022 Changes in this version + type Workers struct + func New(wg *sync.WaitGroup, quit chan struct{}, maxTasks int) *Workers + func (w *Workers) Drain() + func (w *Workers) Enqueue(fn func()) error + func (w *Workers) Start(workersN int) + func (w *Workers) TasksCount() int