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.500.0 | Vendor: Mageia.Org |
Release: 1.mga10 | Build date: Wed Aug 30 15:45:27 2023 |
Group: Development/Perl | Build host: localhost |
Size: 251783 | Source RPM: perl-Future-0.500.0-1.mga10.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 asynchronous 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
* Wed Aug 30 2023 tv <tv> 0.500.0-1.mga10 + Revision: 1981767 - update to 0.50 * Thu Oct 20 2022 tv <tv> 0.490.0-1.mga9 + Revision: 1897880 - update to 0.49 * Mon Mar 21 2022 umeabot <umeabot> 0.480.0-2.mga9 + Revision: 1815997 - Mageia 9 Mass Rebuild * Fri Jan 28 2022 tv <tv> 0.480.0-1.mga9 + Revision: 1770085 - update to 0.48
/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::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/PP.pm /usr/share/perl5/vendor_perl/Future/Phrasebook.pod /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, Mon Jan 20 08:39:46 2025