logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Munin::Master::ProcessManager - Manager for parallel execution of Workers.

Description

       FIX

Methods

new FIX

       add_workers
           FIX

       start_work
           FIX

perl v5.40.1                                       2025-05-20                 Munin::Master::ProcessManager(3pm)

Name

       Munin::Master::ProcessManager - Manager for parallel execution of Workers.

Synopsis

        use Munin::Master::ProcessManager;
        my $pm = Munin::Master::ProcessManager->new(sub {
            my ($res) = @_;
            # Do something with $res ...
        });
        $pm->add_workers(...);
        $pm->start_work();

See Also