logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Munin::Master::Worker - Abstract base class for workers.

Methods

new
             Munin::Master::Worker->new($identity);

           Constructor.  This is an abstract class, so this shouldn't be called directly.

           The optional $identity argument should be a unique identifier for the process.

       to_string
             print $worker->string;

             # Stringifies too
             print "Worker $worker just died";

           Returns a unique string representation of the worker.

perl v5.40.1                                       2025-05-20                         Munin::Master::Worker(3pm)

Name

       Munin::Master::Worker - Abstract base class for workers.

Synopsis

       See Munin::Master::ProcessManager.

See Also