Registry / utility / alitto-pond

alitto-pond

JSON →
library1.9.2gogounverified

A minimal and high-performance goroutine worker pool for Go.

go get github.com/alitto/pond
INSTALL
IMPORT
SIG · ALITTO-POND
A
alitto-pond
utilitygov1.9.2
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.

pond
github.com/alitto/pond

Creates a worker pool with 10 workers and 100 task capacity, submits a task.

package main import ( "fmt" "github.com/alitto/pond" ) func main() { pool := pond.New(10, 100) defer pool.StopAndWait() pool.Submit(func() { fmt.Println("Hello from pool") }) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Meta
1
OpenAI (training)
1
Resources
alitto-pond — go get alitto-pond · libregistry