Versions in this module Expand all Collapse all v1 v1.0.0 Mar 17, 2024 Changes in this version + type Job func(ctx context.Context) error + type Option func(p *Pool) + func WithErrorPropagationDisabled() Option + type Pool struct + func New(workers int, opts ...Option) *Pool + func (p *Pool) Run(ctx context.Context, jobs <-chan Job) error