There are 0 repository under errgroup topic.
errgroup with goroutine worker limits
donegroup is a package that provides a graceful cleanup transaction to context.Context when the context is canceled.
💊 #mod# Async work parallel controller based on system signals.
A lightweight library for handling results and errors from concurrent tasks, with optional error thresholds and context cancellation.
Squad is package contains a shared shutdown primitive with helpful options.
pipes is a wrapper for errgroup.Group with a store to handle topological tasks.
provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task
Golang package to create a sized error group for limiting concurrent work
concgroup provides almost the same features to goroutine groups as golang.org/x/sync/errgroup but ensures sequential run of goroutines with the same group key.