Versions in this module Expand all Collapse all v0 v0.0.1 Apr 24, 2021 Changes in this version + type Batch struct + func (b *Batch) Submit(job Job) + func (b *Batch) Wait() error + type Job func() error + type MultiError interface + Errors func() []error + type Pool struct + func NewPool(concurrency int) *Pool + func (p *Pool) Batch() *Batch + func (p *Pool) Stop() + func (p *Pool) Submit(job Job) *Status + type Status struct + func (s *Status) Wait() error