Versions in this module Expand all Collapse all v2 v2.0.2 Mar 29, 2023 Changes in this version + func Close() + func Init(workercount int) + func Run(task Task, waiter *Waiter) + type Manager struct + func New(workercount int) *Manager + func (p *Manager) Close() + func (p *Manager) Run(fn Task, waiter *Waiter) + type Task func() error + type Waiter struct + func NewWaiter() *Waiter + func (w *Waiter) Err() <-chan error + func (w *Waiter) Wait()