Versions in this module Expand all Collapse all v1 v1.0.0 Jan 22, 2025 Changes in this version + const DefaultParallelOperations + type Pool struct + func New(permits int) *Pool + func (c *Pool) Acquire(ctx context.Context) error + func (c *Pool) CurrentPermits() int + func (c *Pool) Release()