1Event::RPC::Loop::EventU(s3e)r Contributed Perl DocumentaEtvieonnt::RPC::Loop::Event(3)
2
3
4

NAME

6       Event::RPC::Loop::Event - Event mainloop for Event::RPC
7

SYNOPSIS

9         use Event::RPC::Server;
10         use Event::RPC::Loop::Event;
11
12         my $server = Event::RPC::Server->new (
13             ...
14             loop => Event::RPC::Loop::Event->new(),
15             ...
16         );
17
18         $server->start;
19

DESCRIPTION

21       This modules implements a mainloop using the Event module for the
22       Event::RPC::Server module. It implements the interface of
23       Event::RPC::Loop. Please refer to the manpage of Event::RPC::Loop for
24       details.
25

AUTHORS

27         JA~Xrn Reder <joern at zyn dot de>
28
30       Copyright (C) 2002-2006 by Joern Reder, All Rights Reserved.
31
32       This library is free software; you can redistribute it and/or modify it
33       under the same terms as Perl itself.
34
35
36
37perl v5.12.0                      2006-04-23        Event::RPC::Loop::Event(3)
Impressum