Additional Go concurrency primitives

Clone this repo:
  1. 04914c2 all: upgrade go directive to at least 1.24.0 [generated] by Gopher Robot · 5 days ago master
  2. 7fad2c9 errgroup: revert propagation of panics by Alan Donovan · 8 weeks ago v0.16.0
  3. 8a14946 errgroup: remove duplicated comment by xieyuschen · 3 months ago v0.15.0
  4. 1869c69 all: replace deprecated ioutil by Iliya Lyan · 3 months ago
  5. d1ac909 sync/errgroup: PanicError.Error print stack trace by qiulaidongfeng · 3 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.