Additional Go concurrency primitives

Clone this repo:
  1. 913fb63 singleflight: fix typo in singleflight_test.go by catatsuy · 12 days ago master
  2. 151027e README: don't recommend go get by Ian Lance Taylor · 3 weeks ago v0.9.0
  3. 411f99e LICENSE: update per Google Legal by Russ Cox · 4 months ago v0.8.0
  4. 14be23e semaphore: cancel acquisition with a done context by Branden Brown · 1 year, 1 month ago v0.7.0
  5. 59c1ca1 errgroup: add reference to sync.WaitGroup by Olivier Mengué · 1 year, 1 month ago v0.6.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.