Query: event::rpc::loop::event
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Event::RPC::Loop::Event(3pm) User Contributed Perl Documentation Event::RPC::Loop::Event(3pm)NAMEEvent::RPC::Loop::Event - Event mainloop for Event::RPCSYNOPSISuse Event::RPC::Server; use Event::RPC::Loop::Event; my $server = Event::RPC::Server->new ( ... loop => Event::RPC::Loop::Event->new(), ... ); $server->start;DESCRIPTIONThis modules implements a mainloop using the Event module for the Event::RPC::Server module. It implements the interface of Event::RPC::Loop. Please refer to the manpage of Event::RPC::Loop for details.AUTHORSJoern Reder <joern at zyn dot de>COPYRIGHT AND LICENSECopyright (C) 2002-2006 by Joern Reder, All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2006-04-23 Event::RPC::Loop::Event(3pm)