Versions in this module Expand all Collapse all v0 v0.0.4 Jun 3, 2019 v0.0.3 Jun 3, 2019 Changes in this version + type AsyncWork interface + ErrorChan func(ch chan error) + Len func() int + PostJob func(job JobFn) error + PostTaggedJob func(job JobFn, tag string) error + PostTaggedThrottledJob func(job JobFn, tag string, delay time.Duration) error + PostThrottledJob func(job JobFn, delay time.Duration) error + Start func() error + Stop func() error + type JobFn func(ctx context.Context) error