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

Tirex::Status - Status of running master daemon in shared memory

Description

       This package manages the status of the master daemon in shared memory.

Methods

Tirex::Status->new(master=>1);
       If 'master' is true the shared memory is created (and destroyed afterwards).  Only the master server
       should do this.

   $status->destroy()
       Destroy shared memory segment.

   $status->update(key1=>val1,key2=>val2,...)
       Update shared memory with current status. Call with key-value pairs that should be added to status.

   $status->write($string)
       Write a string into shared memory.

   $status->read()
       Read a string from shared memory.

       Returns the string read, or undef if the shared memory was not accessible.

perl v5.40.1                                       2025-08-07                                 Tirex::Status(3pm)

Name

       Tirex::Status - Status of running master daemon in shared memory

Synopsis

       my $status = Tirex::Status->new();

See Also