Package perl-Parallel-Runner: Information

    Source package: perl-Parallel-Runner
    Version: 0.013-alt3_27
    Latest version according to Repology
    Build time:  Jul 13, 2022, 04:27 PM in the task #303596
    Report package bug
    License: GPL+ or Artistic
    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.

    List of rpms provided by this srpm:
    perl-Parallel-Runner (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    ACL:
    Igor Vlasenko
    @everybody

      1. perl(POSIX.pm)
      2. perl(Test/Exception.pm)
      3. perl(Test/Exception/LessClever.pm)
      4. perl(Test/More.pm)
      5. perl(Time/HiRes.pm)
      6. perl(strict.pm)
      7. perl(warnings.pm)
      8. perl-podlators
      9. rpm-build-perl
      10. rpm-build-perl
      11. perl(Carp.pm)
      12. perl(Child.pm)
      13. perl(Module/Build.pm)

    Last changed


    July 13, 2022 Igor Vlasenko 0.013-alt3_27
    - to Sisyphus as perl-Sub-HandlesVia build dep
    July 5, 2022 Igor Vlasenko 0.013-alt2_27
    - update to new release by fcimport
    Feb. 5, 2022 Igor Vlasenko 0.013-alt2_26
    - update to new release by fcimport