Versions in this module Expand all Collapse all v0 v0.3.1 Oct 26, 2015 v0.3.0 Sep 17, 2015 Changes in this version + func NewContext(parent context.Context, pool *Pool) context.Context + type Pool struct + func FromContext(c context.Context) *Pool + func New() *Pool + func (p *Pool) Allocate(w worker.Worker) bool + func (p *Pool) Deallocate(w worker.Worker) + func (p *Pool) IsAllocated(w worker.Worker) bool + func (p *Pool) List() []worker.Worker + func (p *Pool) Release(w worker.Worker) bool + func (p *Pool) Reserve() <-chan worker.Worker