[ trixie ]
[ sid ]
[ 原始碼: golang-github-fatih-semgroup ]
套件:golang-github-fatih-semgroup-dev(1.2.0-3)
golang-github-fatih-semgroup-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-fatih-semgroup:
- [golang-github-fatih-semgroup_1.2.0-3.dsc]
- [golang-github-fatih-semgroup_1.2.0.orig.tar.gz]
- [golang-github-fatih-semgroup_1.2.0-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
like errgroup/waitgroup, but only runs a maximum of tasks at any time
semgroup provides synchronization and error propagation, for groups of goroutines working on subtasks of a common task. It uses a weighted semaphore implementation to make sure that only a number of maximum tasks can be run at any time.
Unlike golang.org/x/sync/errgroup, it doesn't return the first non-nil error, rather it accumulates all errors and returns a set of errors, allowing each task to fulfill their task.
其他與 golang-github-fatih-semgroup-dev 有關的套件
|
|
|
|
-
- dep: golang-golang-x-sync-dev
- Supplemental Go synchronization libraries