1Munin::Master::ProcessMUasneargeCro(n3tprmi)buted Perl DMoucnuimne:n:tMaatsitoenr::ProcessManager(3pm)
2
3
4

NAME

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

SYNOPSIS

10        use Munin::Master::ProcessManager;
11        my $pm = Munin::Master::ProcessManager->new(sub {
12            my ($res) = @_;
13            # Do something with $res ...
14        });
15        $pm->add_workers(...);
16        $pm->start_work();
17

DESCRIPTION

19       FIX
20

METHODS

22       new FIX
23
24       add_workers
25           FIX
26
27       start_work
28           FIX
29
30
31
32perl v5.38.0                      2023-11-06Munin::Master::ProcessManager(3pm)
Impressum