https://github.com/golang/sync
[mirror] concurrency primitives
https://github.com/golang/sync
Last synced: 7 months ago
JSON representation
[mirror] concurrency primitives
- Host: GitHub
- URL: https://github.com/golang/sync
- Owner: golang
- License: bsd-3-clause
- Created: 2015-10-30T03:22:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T16:20:55.000Z (8 months ago)
- Last Synced: 2025-04-24T01:59:52.598Z (8 months ago)
- Language: Go
- Size: 59.6 KB
- Stars: 890
- Watchers: 36
- Forks: 157
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Sync
[](https://pkg.go.dev/golang.org/x/sync)
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.