Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Future | Distribution: Mageia |
Version: 0.470.0 | Vendor: Mageia.Org |
Release: 1.mga8 | Build date: Sat Jan 2 09:12:17 2021 |
Group: Development/Perl | Build host: localhost |
Size: 251653 | Source RPM: perl-Future-0.470.0-1.mga8.src.rpm |
Packager: tv <tv> | |
Url: https://metacpan.org/release/Future | |
Summary: Represent an operation awaiting completion |
A `Future' object represents an operation that is currently in progress, or has recently completed. It can be used in a variety of ways to manage the flow of control, and data, through an asynchronous program. Some futures represent a single operation and are explicitly marked as ready by calling the `done' or `fail' methods. These are called "leaf" futures here, and are returned by the `new' constructor. Other futures represent a collection sub-tasks, and are implicitly marked as ready depending on the readiness of their component futures as required. These are called "dependent" futures here, and are returned by the various `wait_*' and `need_*' constructors. It is intended that library functions that perform asynchonous operations would use `Future' objects to represent outstanding operations, and allow their calling programs to control or wait for these operations to complete. The implementation and the user of such an interface would typically make use of different methods on the class. The methods below are documented in two sections; those of interest to each side of the interface. See also Future::Utils which contains useful loop-constructing functions, to run a `Future'-returning function repeatedly in a loop.
GPL+ or Artistic
* Sat Jan 02 2021 tv <tv> 0.470.0-1.mga8 + Revision: 1668167 - update to 0.47 * Tue Oct 20 2020 tv <tv> 0.460.0-1.mga8 + Revision: 1637191 - update to 0.46 * Thu Apr 23 2020 tv <tv> 0.450.0-1.mga8 + Revision: 1571196 - update to 0.45 * Thu Mar 26 2020 tv <tv> 0.440.0-1.mga8 + Revision: 1560700 - update to 0.44 * Wed Feb 19 2020 umeabot <umeabot> 0.430.0-2.mga8 + Revision: 1542919 - Mageia 8 Mass Rebuild * Wed Jan 08 2020 tv <tv> 0.430.0-1.mga8 + Revision: 1477225 - update to 0.43 * Wed Nov 13 2019 tv <tv> 0.420.0-1.mga8 + Revision: 1459733 - update to 0.42 * Sat Jun 29 2019 tv <tv> 0.410.0-1.mga8 + Revision: 1415954 - update to 0.41
/usr/share/doc/perl-Future /usr/share/doc/perl-Future/Changes /usr/share/doc/perl-Future/LICENSE /usr/share/doc/perl-Future/META.json /usr/share/doc/perl-Future/META.yml /usr/share/doc/perl-Future/MYMETA.yml /usr/share/doc/perl-Future/README /usr/share/man/man3/Future.3pm.xz /usr/share/man/man3/Future::Exception.3pm.xz /usr/share/man/man3/Future::Mutex.3pm.xz /usr/share/man/man3/Future::Phrasebook.3pm.xz /usr/share/man/man3/Future::Queue.3pm.xz /usr/share/man/man3/Future::Utils.3pm.xz /usr/share/man/man3/Test::Future.3pm.xz /usr/share/man/man3/Test::Future::Deferred.3pm.xz /usr/share/perl5/vendor_perl/Future /usr/share/perl5/vendor_perl/Future.pm /usr/share/perl5/vendor_perl/Future/Exception.pm /usr/share/perl5/vendor_perl/Future/Mutex.pm /usr/share/perl5/vendor_perl/Future/Phrasebook.pod /usr/share/perl5/vendor_perl/Future/Queue.pm /usr/share/perl5/vendor_perl/Future/Utils.pm /usr/share/perl5/vendor_perl/Test /usr/share/perl5/vendor_perl/Test/Future /usr/share/perl5/vendor_perl/Test/Future.pm /usr/share/perl5/vendor_perl/Test/Future/Deferred.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Oct 13 08:20:58 2024