libfuture-queue-perl 0.51-2 source package in Ubuntu

Changelog

libfuture-queue-perl (0.51-2) unstable; urgency=medium

  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Thu, 25 May 2023 21:59:54 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfuture-queue-perl_0.51-2.dsc 2.4 KiB b02b3c2a8759b924ca02c8f912e013f18e15a6e3f9950a62c3259d65e6e07090
libfuture-queue-perl_0.51.orig.tar.gz 13.9 KiB 1d501c3a9a2ddffc7c60f96fa66969d40cb292e09204cf6decd1c2b8b5003cd6
libfuture-queue-perl_0.51-2.debian.tar.xz 1.6 KiB f960f4885576d01eedeb65211b7d459802d1a58d72bf873bede0c5d93dbe699e

Available diffs

No changes file available.

Binary packages built by this source

libfuture-queue-perl: FIFO queue of values that uses Futures

 Objects in the Future::Queue class provide a simple FIFO queue the stores
 arbitrary perl values. Values may be added into the queue using the push
 method, and retrieved from it using the shift method.
 .
 Values may be stored within the queue object for shift to retrieve later, or
 if the queue is empty then the future that shift returns will be completed
 once an item becomes available.