Versions in this module Expand all Collapse all v0 v0.2.3 Sep 1, 2015 v0.2.2 Jul 28, 2015 Changes in this version + type Job interface + type Pool struct + func New(processor func(Job), jobBufsize int, maxIdle, maxActive uint64) *Pool + func (p *Pool) Close() + func (p *Pool) Do(job Job) bool + func (p *Pool) Info() (numIdle, numActive uint64)