Registry / utility / silenceper-pool

silenceper-pool

JSON →
library1.0.0gogounverified

Package pool implements a generic goroutine pool for concurrent task execution.

go get github.com/silenceper/pool
INSTALL
IMPORT
SIG · SILENCEPER-POOL
S
silenceper-pool
utilitygov1.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/silenceper/pool

Create and use a goroutine pool

import "github.com/silenceper/pool" func main() { p := pool.NewPool(10) p.AddTask(func() { // task }) p.Wait() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
silenceper-pool — go get silenceper-pool · libregistry