The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.