table of contents
other versions
- wheezy 2.0.6-4+deb7u2
- wheezy-backports 2.0.25-1+deb8u3~bpo70+1
- jessie 2.0.25-1+deb8u3
- jessie-backports 2.0.33-1~bpo8+1
- testing 2.0.33-1
- unstable 2.0.33-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
| 2017-03-07 | perl v5.14.2 |