套件: golang-github-remeh-sizedwaitgroup-dev (0.0~git20180822.5e7302b-1.1)
golang-github-remeh-sizedwaitgroup-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-github-remeh-sizedwaitgroup:
- [golang-github-remeh-sizedwaitgroup_0.0~git20180822.5e7302b-1.1.dsc]
- [golang-github-remeh-sizedwaitgroup_0.0~git20180822.5e7302b.orig.tar.xz]
- [golang-github-remeh-sizedwaitgroup_0.0~git20180822.5e7302b-1.1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Go Packaging Team
- Jack Henschel
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-nozzle-throttler-dev
- golang-github-michaeltjones-walk-dev
- libconcurrentqueue-dev
- golang-github-victoriametrics-fastcache-dev
- libhiredis0.14
- libhiredis0.13
- golang-golang-x-sync-dev
- golang-github-azure-go-autorest-dev
- libhiredis-dev
- golang-github-bmatsuo-lmdb-go-dev
- golang-github-fatih-set-dev
Go library for limiting the amount of concurrent goroutines
SizedWaitGroup has the same role and API as sync.WaitGroup but it adds a limit of the amount of goroutines started concurrently.
SizedWaitGroup adds the feature of limiting the maximum number of concurrently started routines. It could for example be used to start multiples routines querying a database but without sending too much queries in order to not overload the given database.