Versions in this module Expand all Collapse all v1 v1.1.0 Apr 30, 2026 v1.0.0 Apr 29, 2026 Changes in this version + type Future struct + func (f *Future) Wait() error + type Pool struct + func NewPool(n int) *Pool + func (p *Pool) Shutdown() + func (p *Pool) Submit(task Task) bool + type Result struct + Err error + type Task func(context.Context) error