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

Changelog

libfuture-queue-perl (0.51-1) unstable; urgency=low

  * Initial release (closes: #1036727).

 -- gregor herrmann <email address hidden>  Wed, 24 May 2023 21:32:43 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfuture-queue-perl_0.51-1.dsc 2.3 KiB 6cca579f845fe95bc5dc580937c55d95f5abc4c378ac7102d6b01ae75a9064f6
libfuture-queue-perl_0.51.orig.tar.gz 13.9 KiB 1d501c3a9a2ddffc7c60f96fa66969d40cb292e09204cf6decd1c2b8b5003cd6
libfuture-queue-perl_0.51-1.debian.tar.xz 1.5 KiB 324782156803df08e1124c7075132eb4d2f988c2eb58f44bf3aaabb3c3e72c94

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.