2017-07-18 20:38:01 -07:00
|
|
|
# Go Sync
|
|
|
|
|
|
2020-12-07 17:48:14 -05:00
|
|
|
[](https://pkg.go.dev/golang.org/x/sync)
|
|
|
|
|
|
2017-07-18 20:38:01 -07:00
|
|
|
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
|
2024-10-31 15:41:32 -07:00
|
|
|
this repository, see https://go.dev/doc/contribute.
|
|
|
|
|
|
|
|
|
|
The git repository is https://go.googlesource.com/sync.
|
2017-07-18 20:38:01 -07:00
|
|
|
|
|
|
|
|
The main issue tracker for the sync repository is located at
|
2024-10-31 15:41:32 -07:00
|
|
|
https://go.dev/issues. Prefix your issue with "x/sync:" in the
|
2017-07-18 20:38:01 -07:00
|
|
|
subject line, so it is easy to find.
|