Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Future-0.510.0-1.mga10 RPM for noarch

From Mageia Cauldron for aarch64 / media / core / release

Name: perl-Future Distribution: Mageia
Version: 0.510.0 Vendor: Mageia.Org
Release: 1.mga10 Build date: Fri Jan 24 18:16:21 2025
Group: Development/Perl Build host: localhost
Size: 252516 Source RPM: perl-Future-0.510.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.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Fri Jan 24 2025 tv <tv> 0.510.0-1.mga10
  + Revision: 2141820
  - update to 0.51
* Wed Aug 30 2023 tv <tv> 0.500.0-1.mga10
  + Revision: 1981767
  - update to 0.50

Files

/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 27 10:09:21 2025