Versions in this module Expand all Collapse all v0 v0.1.1 Dec 5, 2019 v0.1.0 Jan 4, 2019 v0.0.1 Dec 25, 2018 Changes in this version + var TooManyItemsQueued = errors.New("Sorry, too many items queued - try later.") + type Queue struct + func New(workers, max int) *Queue + func (q *Queue) Slot(log func(int)) (start, end chan struct{}, err error)