Пакет perl-Parallel-Runner: Информация

    Исходный пакет: perl-Parallel-Runner
    Версия: 0.014-alt1_3
    Последняя версия по данным Repology
    Собран:  16 апреля 2025 г. 14:40 в задании #381766
    Сообщить об ошибке в пакете
    Домашняя страница: https://metacpan.org/release/Parallel-Runner

    Лицензия: GPL-1.0-or-later OR Artistic-1.0-Perl
    О пакете: 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.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    perl-Parallel-Runner (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

    Права:
    Igor Vlasenko
    @everybody

      1. findutils
      2. coreutils
      3. perl(Carp.pm)
      4. perl(Child.pm)
      5. perl(ExtUtils/MakeMaker.pm)
      6. perl(POSIX.pm)
      7. perl(Test2/IPC.pm)
      8. perl(Test2/V0.pm)
      9. perl(Time/HiRes.pm)
      10. perl(strict.pm)
      11. perl(warnings.pm)
      12. perl-devel
      13. perl-podlators
      14. rpm-build-perl
      15. rpm-build-perl

    Последнее изменение


    16 апреля 2025 г. Igor Vlasenko 0.014-alt1_3
    - converted for ALT Linux by srpmconvert tools
    13 июля 2022 г. Igor Vlasenko 0.013-alt3_27
    - to Sisyphus as perl-Sub-HandlesVia build dep
    5 июля 2022 г. Igor Vlasenko 0.013-alt2_27
    - update to new release by fcimport