Provided by: munin-doc_2.0.25-2ubuntu0.16.04.4_all 

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();
DESCRIPTION
FIX
METHODS
new FIX
add_workers
FIX
start_work
FIX
perl v5.22.1 2020-07-20 Munin::Master::ProcessManager(3pm)