SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Parallel-Runner rpm build for : Fedora 23. For other distributions click perl-Parallel-Runner.

Name : perl-Parallel-Runner
Version : 0.013 Vendor : Fedora Project
Release : 8.fc23 Date : 2015-06-18 07:31:13
Group : Development/Libraries Source RPM : perl-Parallel-Runner-0.013-8.fc23.src.rpm
Size : 0.02 MB
Packager : Fedora Project
Summary : An object to manage running things in parallel processes
Description :
There are several other modules to do this, you probably want one of them. This
module exists as a super-specialized parallel task manager. You create the
object with a process limit and callbacks for what to do while waiting for a
free process slot, as well as a callback for what a process should do just
before exiting.

You must explicitly call $runner->finish() when you are done. If the runner is
destroyed before its children are finished, a warning will be generated and
your child processes will be killed, by force if necessary.

If you specify a maximum of 1 then no forking will occur, and run() will block
until the coderef returns. You can force a fork by providing a boolean true
value as the second argument to run(), which will force the runner to fork
before running the coderef; however, run() will still block until the child
exits.

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora-secondary/releases/23/Everything/ppc64le/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Parallel-Runner-0.013-8.fc23.noarch.rpm
ftp.icm.edu.pl  perl-Parallel-Runner-0.013-8.fc23.noarch.rpm
ftp.icm.edu.pl  perl-Parallel-Runner-0.013-8.fc23.noarch.rpm
     

Provides :
perl(Parallel::Runner)
perl-Parallel-Runner

Requires :
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
perl(Time::HiRes)
perl(Child)
perl(warnings)
perl(POSIX)
perl(:MODULE_COMPAT_5.22.0)
perl(Carp)
rpmlib(PayloadIsXz) <= 5.2-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
perl(strict)


Content of RPM :
/usr/share/doc/perl-Parallel-Runner
/usr/share/doc/perl-Parallel-Runner/CHANGES
/usr/share/doc/perl-Parallel-Runner/README
/usr/share/man/man3/Parallel::Runner.3pm.gz
/usr/share/perl5/vendor_perl/Parallel
/usr/share/perl5/vendor_perl/Parallel/Runner.pm

 
ICM