Event::RPC::Loop::AnyEvent (3)
Leading comments
Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28) Standard preamble: ========================================================================
NAME
Event::RPC::Loop::AnyEvent - AnyEvent mainloop for Event::RPC
SYNOPSIS
use Event::RPC::Server;
use Event::RPC::Loop::AnyEvent;
my $server = Event::RPC::Server->new (
...
loop => Event::RPC::Loop::AnyEvent->new(),
...
);
$server->start;
DESCRIPTION
This modules implements a mainloop using AnyEvent 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.
AUTHORS
Joern Reder
COPYRIGHT AND LICENSE
Copyright (C) 2005-2015 by Joern Reder
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.