Registry / utility / aaronland-go-pool-v2

aaronland-go-pool-v2

JSON →
library2.0.0gogounverified

A generic worker pool library for Go with configurable concurrency.

go get github.com/aaronland/go-pool/v2
INSTALL
IMPORT
SIG · AARONLAND-GO-POOL-
A
aaronland-go-pool-v2
utilitygov2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pool
github.com/aaronland/go-pool/v2

Creates a worker pool and submits a task.

package main import ( "fmt" "github.com/aaronland/go-pool/v2" ) func main() { p := pool.New(5) p.Submit(func() { fmt.Println("task executed") }) p.Wait() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
24
OpenAI (training)
1
Resources
aaronland-go-pool-v2 — go get aaronland-go-pool-v2 · libregistry