![]() |
![]()
| ![]() |
![]()
NAMEMunin::Master::ProcessManager - Manager for parallel execution of Workers. SYNOPSISuse Munin::Master::ProcessManager; my $pm = Munin::Master::ProcessManager->new(sub { my ($res) = @_; # Do something with $res ... }); $pm->add_workers(...); $pm->start_work(); DESCRIPTIONFIX METHODS
|