Bug: 145909005

Clone this repo:
  1. 18b2cf5 Upgrade golang-x-sync to v0.1.0 by Dan Willemsen · 1 year, 1 month ago main master
  2. 8fcdb60 singleflight: avoid race between multiple Do calls by Cuong Manh Le · 1 year, 7 months ago
  3. 7f9b162 singleflight: remove forgotten field by Cuong Manh Le · 1 year, 7 months ago
  4. f12130a syncmap: remove redundant type conversion by cui fliter · 1 year, 8 months ago
  5. 7fc1605 x/sync/errgroup: clarify docs for Go by Anderson Queiroz · 1 year, 8 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.

Download/Install

The easiest way to install is to run go get -u golang.org/x/sync. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sync.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the sync repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sync:” in the subject line, so it is easy to find.