Additional Go concurrency primitives

Clone this repo:
  1. 1a58307 all: modernize interface{} -> any by Oleksandr Redko · 11 days ago master
  2. 3172ca5 all: upgrade go directive to at least 1.25.0 [generated] by Gopher Robot · 10 days ago
  3. 2a180e2 errgroup: use consistent read for SetLimit panic by Justin Mayhew · 3 months ago v0.19.0
  4. 1966f53 errgroup: fix some typos in comment by cuishuang · 4 months ago v0.18.0
  5. 04914c2 all: upgrade go directive to at least 1.24.0 [generated] by Gopher Robot · 6 months ago v0.17.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.