...

Text file src/golang.org/x/sync/README.md

Documentation: golang.org/x/sync

     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## Report Issues / Send Patches
     9
    10This repository uses Gerrit for code changes. To learn how to submit changes to
    11this repository, see https://go.dev/doc/contribute.
    12
    13The git repository is https://go.googlesource.com/sync.
    14
    15The main issue tracker for the sync repository is located at
    16https://go.dev/issues. Prefix your issue with "x/sync:" in the
    17subject line, so it is easy to find.

View as plain text