table of contents
other versions
- stretch 2.0.33-1
- testing 2.0.49-1
- stretch-backports 2.0.47-1~bpo9+1
- unstable 2.0.49-1
Munin::Master::ProcessManager(3pm) | User Contributed Perl Documentation | 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();
DESCRIPTION¶
FIXMETHODS¶
- new
- FIX
- add_workers
- FIX
- start_work
- FIX
2019-03-11 | perl v5.24.1 |