Versions in this module Expand all Collapse all v3 v3.0.0 Sep 29, 2024 Changes in this version + type Pool struct + func New(ctx context.Context, workers int) Pool + func (p Pool) BareRun(ctx context.Context, fn func(), nop func()) + func (p Pool) Close() + func (p Pool) Run(ctx context.Context, fn func())