Registry / utility / abourget-llerrgroup

abourget-llerrgroup

JSON →
library0.2.0gogounverified

A lightweight error group for managing goroutines with error propagation.

go get github.com/abourget/llerrgroup
INSTALL
IMPORT
SIG · ABOURGET-LLERRGROU
A
abourget-llerrgroup
utilitygov0.2.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.

llerrgroup
github.com/abourget/llerrgroup

Create an error group with concurrency limit and run a task.

package main import ( "fmt" "github.com/abourget/llerrgroup" ) func main() { g := llerrgroup.New(10) g.Go(func() error { return nil }) err := g.Wait() fmt.Println("Error:", err) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
49 hits · last 30 days
node
44
OpenAI (training)
1
Resources
abourget-llerrgroup — go get abourget-llerrgroup · libregistry