errgroup

There are 10 repositories under errgroup topic.

  • fatih/semgroup

    Like errgroup/waitgroup, but only runs a maximum of tasks at any time.

    Language:Go2925015
  • neilotoole/errgroup

    errgroup with goroutine worker limits

    Language:Go1595611
  • k1LoW/donegroup

    donegroup is a package that provides a graceful cleanup transaction to context.Context when the context is canceled.

    Language:Go2820
  • 2yanyi/signalgroup

    💊 #mod# Async work parallel controller based on system signals.

    Language:Go10000
  • orlovm/resultgroup

    A lightweight library for handling results and errors from concurrent tasks, with optional error thresholds and context cancellation.

    Language:Go9100
  • moeryomenko/squad

    Squad is package contains a shared shutdown primitive with helpful options.

    Language:Go5101
  • nextzhou/workpool

    fork-join style goroutines flow controler

    Language:Go5201
  • hlts2/errgroup

    provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task

    Language:Go230
  • Jesse0Michael/errgroup

    Golang package to create a sized error group for limiting concurrent work

    Language:Go30
  • k1LoW/concgroup

    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.

    Language:Go20