DOKK / manpages / debian 12 / tirex / Tirex::Source::Command.3pm.en
Tirex::Source::Command(3pm) User Contributed Perl Documentation Tirex::Source::Command(3pm)

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

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

Source using Tirex messages sent through UDP.

Create source object for UDP connection.

Send notify that a tile was rendered back to source.

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.

2023-04-11 perl v5.36.0