How to Install and Uninstall golang-github-nozzle-throttler-devel.noarch Package on Fedora 34

Last updated: November 27,2024

1. Install "golang-github-nozzle-throttler-devel.noarch" package

This guide let you learn how to install golang-github-nozzle-throttler-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-nozzle-throttler-devel.noarch

2. Uninstall "golang-github-nozzle-throttler-devel.noarch" package

This guide covers the steps necessary to uninstall golang-github-nozzle-throttler-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-nozzle-throttler-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-nozzle-throttler-devel.noarch package on Fedora 34

Last metadata expiration check: 4:13:25 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-nozzle-throttler-devel
Version : 1.1
Release : 1.fc34
Architecture : noarch
Size : 17 k
Source : golang-github-nozzle-throttler-1.1-1.fc34.src.rpm
Repository : updates
Summary : Throttler - intelligent WaitGroups
URL : https://github.com/nozzle/throttler
License : ASL 2.0
Description : Throttler fills the gap between sync.WaitGroup and manually monitoring your
: goroutines with channels. The API is almost identical to Wait Groups, 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.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/nozzle/throttler