Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
errgroup/ | H | 20-Feb-2021 | - | 346 | 247 | |
semaphore/ | H | 20-Feb-2021 | - | 558 | 404 | |
singleflight/ | H | 20-Feb-2021 | - | 534 | 405 | |
syncmap/ | H | 20-Feb-2021 | - | 942 | 665 | |
AUTHORS | H A D | 20-Feb-2021 | 173 | 4 | 3 | |
CONTRIBUTING.md | H A D | 20-Feb-2021 | 913 | 27 | 17 | |
CONTRIBUTORS | H A D | 20-Feb-2021 | 170 | 4 | 3 | |
LICENSE | H A D | 20-Feb-2021 | 1.4 KiB | 28 | 24 | |
PATENTS | H A D | 20-Feb-2021 | 1.3 KiB | 23 | 20 | |
README.md | H A D | 20-Feb-2021 | 779 | 21 | 13 | |
codereview.cfg | H A D | 20-Feb-2021 | 21 | 2 | 1 | |
go.mod | H A D | 20-Feb-2021 | 25 | 2 | 1 |
README.md
1# Go Sync 2 3[![Go Reference](https://pkg.go.dev/badge/golang.org/x/sync.svg)](https://pkg.go.dev/golang.org/x/sync) 4 5This repository provides Go concurrency primitives in addition to the 6ones provided by the language and "sync" and "sync/atomic" packages. 7 8## Download/Install 9 10The easiest way to install is to run `go get -u golang.org/x/sync`. You can 11also manually git clone the repository to `$GOPATH/src/golang.org/x/sync`. 12 13## Report Issues / Send Patches 14 15This repository uses Gerrit for code changes. To learn how to submit changes to 16this repository, see https://golang.org/doc/contribute.html. 17 18The main issue tracker for the sync repository is located at 19https://github.com/golang/go/issues. Prefix your issue with "x/sync:" in the 20subject line, so it is easy to find. 21