The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

MR::IProto::Connection::Async - async communication

DESCRIPTION

Used to perform asynchronous communication.

PUBLIC METHODS

send

Enqueue message send. For list of arguments see "_send".

set_timeout( $timeout )

Set timeout value for existing connection.

PROTECTED METHODS

_send( $msg, $payload, $callback, $no_reply )

Send message to server.

SEE ALSO

MR::IProto::Connection, MR::IProto::Cluster::Server.