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

NAME

RPC::Async::Util - util module of the asynchronous RPC framework

METHODS

expand($ref, $in)

Expands and normalizes the def_* input and output definitions to a unified order and naming convention.

append_data($buf, $data)

Function for buffering data.

read_packet($buf)

Reads the next packet and thaws it if enough data has been received.

make_packet($ref)

Generate a packet for sending.

treewalk($tree, $replace_key, $replace_value)

Sub used to walk a tree structure.

AUTHOR

Jonas Jensen <jbj@knef.dk>, Troels Liebe Bentsen <tlb@rapanden.dk>

COPYRIGHT

Copyright(C) 2005-2007 Troels Liebe Bentsen

Copyright(C) 2005-2007 Jonas Jensen

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.