[ 源代码: golang-golang-x-sync ]
软件包: golang-golang-x-sync-dev (0.0~git20210220.036812b-1)
golang-golang-x-sync-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-golang-x-sync:
- [golang-golang-x-sync_0.0~git20210220.036812b-1.dsc]
- [golang-golang-x-sync_0.0~git20210220.036812b.orig.tar.xz]
- [golang-golang-x-sync_0.0~git20210220.036812b-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- Dr. Tobias Quathamer
- Anthony Fok
外部的资源:
- 主页 [godoc.org]
相似软件包:
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