Additional Go concurrency primitives

Clone this repo:
  1. 2a180e2 errgroup: use consistent read for SetLimit panic by Justin Mayhew · 8 days ago master v0.19.0
  2. 1966f53 errgroup: fix some typos in comment by cuishuang · 7 weeks ago v0.18.0
  3. 04914c2 all: upgrade go directive to at least 1.24.0 [generated] by Gopher Robot · 4 months ago v0.17.0
  4. 7fad2c9 errgroup: revert propagation of panics by Alan Donovan · 6 months ago v0.16.0
  5. 8a14946 errgroup: remove duplicated comment by xieyuschen · 7 months ago v0.15.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.