Versions in this module Expand all Collapse all v1 v1.0.3 Feb 24, 2024 Changes in this version type Pool + Stop func() v1.0.2 Feb 20, 2024 Changes in this version + type WorkFunc func(cancel func()) v1.0.1 Dec 18, 2023 v1.0.0 Oct 13, 2023 Changes in this version + type Pool struct + func NewPool(capacity int, fn func(v interface{}, stop func())) (*Pool, error) + func (p *Pool) Invoke(v interface{}) + func (p *Pool) Wait()