Versions in this module Expand all Collapse all v1 v1.0.1 Oct 14, 2022 v1.0.0 Jun 2, 2022 Changes in this version + type Pool struct + func NewPool(size, expiry int) (*Pool, error) + func (p *Pool) ReSize(size int) + func (p *Pool) Submit(task functinType, str interface{}) error + type Worker struct