There are 0 repository under errgroup topic.
errgroup with goroutine worker limits
💊 #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.
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.