Tirex::Source -- A source of a job request
Contents
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();
