SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Future rpm build for : Mageia 9. For other distributions click perl-Future.

Name : perl-Future
Version : 0.490.0 Vendor : Mageia_Org
Release : 1.mga9 Date : 2022-10-20 12:04:00
Group : Development/Perl Source RPM : perl-Future-0.490.0-1.mga9.src.rpm
Size : 0.24 MB
Packager : tv < tv>
Summary : represent an operation awaiting completion
Description :
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.

RPM found in directory: /vol/rzm3/linux-mageia/distrib/9/aarch64/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Future-0.490.0-1.mga9.noarch.rpm
ftp.icm.edu.pl  perl-Future-0.490.0-1.mga9.noarch.rpm
ftp.icm.edu.pl  perl-Future-0.490.0-1.mga9.noarch.rpm
ftp.icm.edu.pl  perl-Future-0.490.0-1.mga9.noarch.rpm
     

Provides :
perl(Future)
perl(Future::Exception)
perl(Future::Mutex)
perl(Future::PP)
perl(Future::Utils)
perl(Test::Future)
perl(Test::Future::Deferred)
perl-Future

Requires :
perl >= 1:5.10
perl(B)
perl(Carp) >= 1.250.0
perl(Exporter)
perl(Future)
perl(Future::Exception)
perl(Scalar::Util)
perl(Test::Builder::Module)
perl(Time::HiRes)
perl(base)
perl(constant)
perl(overload)
perl(strict)
perl(warnings)
perl-base >= 2:5.36.0
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/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

 
ICM