Versions in this module Expand all Collapse all v2 v2.1.0 Mar 26, 2020 v2.0.0 Mar 26, 2020 Changes in this version + type Pool interface + AddWorker func(fn interface{}) error + Delegate func(args ...interface{}) + RemoveWorker func(fn interface{}) error + Stop func() + WorkersNum func() int + func New(queueLength int) Pool Other modules containing this package github.com/vardius/worker-pool