golang-github-ivpusic-grpool 1.0.0-1.1 source package in Ubuntu

Changelog

golang-github-ivpusic-grpool (1.0.0-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 09 Jan 2021 17:02:50 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-ivpusic-grpool_1.0.0-1.1.dsc 2.2 KiB 0b3479c1c46ba5eb3b88424e316169425ef9c0d0982f6bc6fb347b3ddde5db20
golang-github-ivpusic-grpool_1.0.0.orig.tar.xz 3.2 KiB ab96d03346cab74535678da13cba157d6beda3ec799d77f47b46a2ff146dc436
golang-github-ivpusic-grpool_1.0.0-1.1.debian.tar.xz 2.0 KiB cd51cd8004a9f8d10cf33eedd5a84a5b49f239a2d8bf4c4e4edea768e5097c02

Available diffs

No changes file available.

Binary packages built by this source

golang-github-ivpusic-grpool-dev: Lightweight Goroutine pool

 Clients can submit jobs. Dispatcher takes job, and sends it to first
 available worker. When worker is done with processing job, will be
 returned back to worker pool.
 .
 Number of workers and Job queue size is configurable.