NAME
RPC::Async::Coderef - wrapper class to ensure that coderefs are unmapped and discarded on the client side when garbage collected on the server side
METHODS
new($id)
Constructs a new coderef object.
id()
Return id
set_call($call)
Set callback function
set_destroy($destroy)
Set destroy function
call(@args)
Call callback function with @args
AUTHOR
Troels Liebe Bentsen <tlb@rapanden.dk>, Jonas Jensen <jbj@knef.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.