Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Parallel-Runner | Distribution: Fedora Project |
Version: 0.014 | Vendor: Fedora Project |
Release: 3.fc42 | Build date: Sat Jan 18 16:21:30 2025 |
Group: Unspecified | Build host: buildvm-a64-17.iad2.fedoraproject.org |
Size: 41478 | Source RPM: perl-Parallel-Runner-0.014-3.fc42.src.rpm |
Packager: Fedora Project | |
Url: https://metacpan.org/release/Parallel-Runner | |
Summary: An object to manage running things in parallel processes |
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.
GPL-1.0-or-later OR Artistic-1.0-Perl
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.014-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.014-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Apr 26 2024 Paul Howarth <paul@city-fan.org> - 0.014-1 - Update to 0.014 - Move to Dist::Zilla - Switch to Test2::V0 * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.013-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.013-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.013-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Mon Apr 10 2023 Paul Howarth <paul@city-fan.org> - 0.013-30 - Spec tidy-up - Classify buildreqs by usage - Use SPDX-format license tag - Avoid use of deprecated patch syntax - Fix permissions verbosely * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.013-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
/usr/share/doc/perl-Parallel-Runner /usr/share/doc/perl-Parallel-Runner/Changes /usr/share/doc/perl-Parallel-Runner/README /usr/share/licenses/perl-Parallel-Runner /usr/share/licenses/perl-Parallel-Runner/LICENSE /usr/share/man/man3/Parallel::Runner.3pm.gz /usr/share/perl5/vendor_perl/Parallel /usr/share/perl5/vendor_perl/Parallel/Runner.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 26 23:45:09 2025