Event::RPC::Loop::Event
Event mainloop for Event::RPC
- Provided by: libevent-rpc-perl (Version: 1.08-2)
- Report a bug
Event mainloop for Event::RPC
use Event::RPC::Server;
use Event::RPC::Loop::Event;
my $server = Event::RPC::Server->new (
...
loop => Event::RPC::Loop::Event->new(),
...
);
$server->start;
This 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.
Joern Reder <joern AT zyn.de>
Copyright (C) 2005-2015 by Joern Reder <joern AT zyn.de>.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.