Additional Go concurrency primitives

Clone this repo:
  1. 506c70f errgroup: propagate panic and Goexit through Wait by qiulaidongfeng · 3 months ago master
  2. 396f3a0 errgroup: document calling Go before Wait by Sean Liao · 3 weeks ago v0.13.0
  3. b637f27 errgroup: drop support for Go versions before 1.20 by Ian Lance Taylor · 6 weeks ago v0.12.0
  4. 960bf1f all: upgrade go directive to at least 1.23.0 [generated] by Gopher Robot · 8 weeks ago
  5. fe3591b sync/errgroup: improve documentation for semaphore limit behavior by berbreik · 3 months ago v0.11.0

Go Sync

Go Reference

This repository provides Go concurrency primitives in addition to the ones provided by the language and “sync” and “sync/atomic” packages.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/sync.

The main issue tracker for the sync repository is located at https://go.dev/issues. Prefix your issue with “x/sync:” in the subject line, so it is easy to find.