Additional Go concurrency primitives

Clone this repo:
  1. 5071ed6 all: fix some comments to improve readability by cuishuang · 12 days ago master v0.21.0
  2. ec11c4a errgroup: fix a typo in the documentation by Savelii Pototskii · 4 months ago v0.20.0
  3. 1a58307 all: modernize interface{} -> any by Oleksandr Redko · 4 months ago
  4. 3172ca5 all: upgrade go directive to at least 1.25.0 [generated] by Gopher Robot · 4 months ago
  5. 2a180e2 errgroup: use consistent read for SetLimit panic by Justin Mayhew · 6 months ago v0.19.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.