[ ソース: golang-github-nozzle-throttler ]
パッケージ: golang-github-nozzle-throttler-dev (1.1-4)
golang-github-nozzle-throttler-dev に関するリンク
Debian の資源:
golang-github-nozzle-throttler ソースパッケージをダウンロード:
- [golang-github-nozzle-throttler_1.1-4.dsc]
- [golang-github-nozzle-throttler_1.1.orig.tar.gz]
- [golang-github-nozzle-throttler_1.1-4.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- golang-github-michaeltjones-walk-dev
- powerline-go
- golang-github-nebulouslabs-threadgroup-dev
- golang-github-hodgesds-perf-utils-dev
- golang-github-ivpusic-grpool-dev
- libdist-checkconflicts-perl
- golang-github-remeh-sizedwaitgroup-dev
- gambas3-gb-util-web
- gamemode
- golang-github-fatih-semgroup-dev
- compose-spec-dbgsym
Fill the gap between WaitGroup and manually monitor goroutines with channels
The API is almost identical to WaitGroups, but it allows you to set a max number of workers that can be running simultaneously. It uses channels internally to block until a job completes by calling Done() or until all jobs have been completed. It also provides a built in error channel that captures your goroutine errors and provides access to them as []error after you exit the loop.