errgroup

There are 13 repositories under errgroup topic.

  • fatih/semgroup

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

    Language:Go3185016
  • neilotoole/errgroup

    errgroup with goroutine worker limits

    Language:Go1654611
  • k1LoW/donegroup

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

    Language:Go3020
  • noble-gase/xe

    [氙-Xe] Go协程并发复用,降低CPU和内存负载

    Language:Go11
  • 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
  • nextzhou/workpool

    fork-join style goroutines flow controler

    Language:Go6101
  • moeryomenko/squad

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

    Language:Go5101
  • foobarbazmeow/pipes

    pipes is a wrapper for errgroup.Group with a store to handle topological tasks.

    Language:Go2
  • hlts2/errgroup

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

    Language:Go220
  • noble-gase/ne

    [氖-Ne] Go开发实用库

    Language:Go2
  • Jesse0Michael/errgroup

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

    Language:Go20
  • 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