go-github-com-remeh-sizedwaitgroup
Goroutines limit amount implementation of standard `sync.WaitGroup'
This package implements a feature of limiting the maximum number of concurrently started routines which has the same role and API as sync.WaitGroup
. 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.
- Versions: 1.0.0
- Website: https://github.com/remeh/sizedwaitgroup
- Licenses: Expat
- Package source: gnu/packages/golang-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of go-github-com-remeh-sizedwaitgroup
as follows:
guix install go-github-com-remeh-sizedwaitgroup
Or install a particular version:
guix install go-github-com-remeh-sizedwaitgroup@1.0.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of go-github-com-remeh-sizedwaitgroup about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/go-github-com-remeh-sizedwaitgroup'><img src='https://packages.guix.gnu.org/packages/go-github-com-remeh-sizedwaitgroup/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/go-github-com-remeh-sizedwaitgroup)
Example Org:
[[https://packages.guix.gnu.org/packages/go-github-com-remeh-sizedwaitgroup][https://packages.guix.gnu.org/packages/go-github-com-remeh-sizedwaitgroup/badges/latest-version.svg]]