AnyEvent::JSONRPC::CondVar - Condvar object used in



NAME

AnyEvent::JSONRPC::CondVar - Condvar object used in AnyEvent::JSONRPC::TCP::Server and AnyEvent::JSONRPC::HTTP::Server


SEE ALSO

the AnyEvent::JSONRPC::TCP::Server manpage and the AnyEvent::JSONRPC::HTTP::Server manpage


METHOD

result (@results)

Return back @results to client as result.

error ($error)

Return back $error to client as error.


AUTHOR

Daisuke Murase <typester@cpan.org>


COPYRIGHT AND LICENSE

Copyright (c) 2009 by KAYAC Inc.

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

The full text of the license can be found in the LICENSE file included with this module.

 AnyEvent::JSONRPC::CondVar - Condvar object used in