Versions in this module Expand all Collapse all v1 v1.0.3 Jan 10, 2022 v1.0.2 Jan 10, 2022 Changes in this version + type Pool struct + func NewPool(cap int) *Pool + func (p *Pool) Run() + type Task struct + func NewTask(f func() error) *Task