libfuture-queue-perl 0.52-1 source package in Ubuntu

Changelog

libfuture-queue-perl (0.52-1) unstable; urgency=medium

  * Import upstream version 0.52.
  * Update years of upstream and packaging copyright.

 -- gregor herrmann <email address hidden>  Sat, 20 Jan 2024 23:37:20 +0100

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfuture-queue-perl_0.52-1.dsc 2.4 KiB fab979dc26491d2f41ca2d3aa151170c41404e7a9a1edd280dcd2347d9eecae8
libfuture-queue-perl_0.52.orig.tar.gz 14.3 KiB e98da929654bccb64592ac6355b7a7ef9ef9302abc8cd3a6c1dfd6003a57ee05
libfuture-queue-perl_0.52-1.debian.tar.xz 1.7 KiB 9aff49429a7efeece5569adbdf286f83d637043e755b128af00c3e63936e17f1

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.