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::Source -- A source of a job request

Description

       Source using Tirex messages sent through UDP.

Methods

Tirex::Source::Command->new(socket=>$socket)
       Create source object for UDP connection.

   $source->notify($job)
       Send notify that a tile was rendered back to source.

   $source->reply($msg)
       Send a reply message to this source. The id is automatically filled in. The parameter is a hash with the
       message.

       Returns the result of the sockets send method.

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

Name

       Tirex::Source -- A source of a job request

Synopsis

        my $source = Tirex::Source::Command->new();
        $source->notify();

See Also