commit | 37e7f081c4d4c64e13b10787722085407fe5d15f | [log] [tgz] |
---|---|---|
author | Jean de Klerk <deklerk@google.com> | Mon Sep 24 11:15:43 2018 -0700 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Fri Dec 21 19:32:16 2018 +0000 |
tree | e31c725c8b45e0a16146035be5838dee2acf9dd7 | |
parent | 42b317875d0fa942474b76e1b46a6060d720ae6e [diff] |
semaphore: add more Acquire documentation Change-Id: Ie64db438145a307ec8aef8fd412d445a2fe74d40 Reviewed-on: https://go-review.googlesource.com/c/136995 Reviewed-by: Jonathan Amsterdam <jba@google.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This repository provides Go concurrency primitives in addition to the ones provided by the language and “sync” and “sync/atomic” packages.
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
.
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.