[ ソース: golang-golang-x-sync ]
パッケージ: golang-golang-x-sync-dev (0.7.0-1)
golang-golang-x-sync-dev に関するリンク
Debian の資源:
golang-golang-x-sync ソースパッケージをダウンロード:
- [golang-golang-x-sync_0.7.0-1.dsc]
- [golang-golang-x-sync_0.7.0.orig.tar.gz]
- [golang-golang-x-sync_0.7.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [golang.org]
類似のパッケージ:
- golang-github-joshuarubin-lifecycle-dev
- golang-github-modern-go-concurrent-dev
- libghc-concurrent-extra-prof
- libghc-concurrent-extra-dev
- libghc-concurrent-extra-doc
- golang-github-remeh-sizedwaitgroup-dev
- golang-golang-x-net-dev
- golang-github-pkg-errors-dev
- golang-github-hashicorp-go-cleanhttp-dev
- libck0t64
- libckyapplet1-dbgsym
Supplemental Go synchronization libraries
This package provides supplemental Go libraries (golang.org/x/sync) that were not included in the main distribution. It provides Go concurrency primitives in addition to the ones provided by the language ro the "sync" and "sync/atomic" packages.
Provides:
- singleflight: provides a duplicate function call suppression mechanism - errgroup: provides synchronization, error propagation, and Context cancellation for groups of goroutines working on subtasks - semaphore: provides a weighted semaphore implementation - syncmap: provides a concurrent map implementation