[go: up one dir, main page]

Additional Go concurrency primitives

Clone this repo:
  1. 1966f53 errgroup: fix some typos in comment by cuishuang · 13 days ago master
  2. 04914c2 all: upgrade go directive to at least 1.24.0 [generated] by Gopher Robot · 3 months ago v0.17.0
  3. 7fad2c9 errgroup: revert propagation of panics by Alan Donovan · 5 months ago v0.16.0
  4. 8a14946 errgroup: remove duplicated comment by xieyuschen · 5 months ago v0.15.0
  5. 1869c69 all: replace deprecated ioutil by Iliya Lyan · 6 months ago

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.