libfuture-io-perl 0.15-1 source package in Ubuntu

Changelog

libfuture-io-perl (0.15-1) unstable; urgency=medium

  * Import upstream version 0.15.
  * New test dependency: libtest-expectandcheck-perl.

 -- gregor herrmann <email address hidden>  Fri, 27 Oct 2023 00:16:31 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfuture-io-perl_0.15-1.dsc 2.5 KiB c73c89e5910278dd220405fb063eab5c75497e03b0d100992174f4be5ee653a9
libfuture-io-perl_0.15.orig.tar.gz 23.7 KiB 4a4e1c964ad1c3df60237687c5170a479bfef5b0307ae02c6391096fb469dfbf
libfuture-io-perl_0.15-1.debian.tar.xz 2.2 KiB 60b527e646408a38f39e912a0cb77b265825cc9f9b754526e17dcb07bba090fa

Available diffs

No changes file available.

Binary packages built by this source

libfuture-io-perl: collection of Future-returning IO methods

 The Future::IO distribution provides a few basic methods that behave
 similarly to the same-named core perl functions relating to IO operations,
 but yield their results asynchronously via Future instances.
 .
 This is provided primarily as a decoupling mechanism, to allow modules to be
 written that perform IO in an asynchronous manner to depend directly on this,
 while allowing asynchronous event systems to provide an implementation of
 these operations.