Versions in this module Expand all Collapse all v1 v1.0.0 Aug 23, 2023 v0 v0.1.0 Aug 23, 2023 Changes in this version + type Pool struct + func NewPool(ctx context.Context, limit int, name string) *Pool + func (pool *Pool) Apply() *Worker + func (pool *Pool) HasWorker() bool + func (pool *Pool) Recycle(worker *Worker) + type Worker struct + ID int64