Versions in this module Expand all Collapse all v1 v1.0.0 Aug 4, 2017 Changes in this version + type Job func() + type Pool struct + JobQueue chan Job + func NewPool(numWorkers int, jobQueueLen int) *Pool + func (p *Pool) JobDone() + func (p *Pool) Release() + func (p *Pool) WaitAll() + func (p *Pool) WaitCount(count int)