deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
Depends: golang-golang-x-sync-dev
Description: |-
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.
Homepage: https://github.com/fatih/semgroup
Installed-Size: '25'
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Multi-Arch: foreign
Package: golang-github-fatih-semgroup-dev
Priority: optional
Section: golang
Source: golang-github-fatih-semgroup
Version: 1.2.0-3
srcpkg_name: golang-github-fatih-semgroup
srcpkg_version: 1.2.0-3