Munin::Master::ProcessManager

Section: User Contributed Perl Documentation (3)
Updated: 2021-02-05
Page Index
 

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


 

Index

NAME
SYNOPSIS
DESCRIPTION
METHODS