Registry / utility / aacfactory-workers

aacfactory-workers

JSON →
library1.8.4gogounverified

A Go library for managing and executing concurrent worker tasks.

go get github.com/aacfactory/workers
INSTALL
IMPORT
SIG · AACFACTORY-WORKERS
A
aacfactory-workers
utilitygov1.8.4
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.

workers
github.com/aacfactory/workers

Create a worker pool and submit a task

package main import ( "fmt" "github.com/aacfactory/workers" ) func main() { pool := workers.NewPool(10) pool.Submit(func() { fmt.Println("task") }) pool.Stop() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
38
OpenAI (training)
1
Resources
aacfactory-workers — go get aacfactory-workers · libregistry