Versions in this module Expand all Collapse all v0 v0.1.0 Oct 25, 2019 Changes in this version + type Pool struct + func New(worker, size int) *Pool + func (c *Pool) Close() error + func (c *Pool) Do(f func()) (err error)