1Event::RPC::Loop::Glib(U3s)er Contributed Perl DocumentatEivoennt::RPC::Loop::Glib(3)
2
3
4
6 Event::RPC::Loop::Glib - Glib mainloop for Event::RPC
7
9 use Event::RPC::Server;
10 use Event::RPC::Loop::Glib;
11
12 my $server = Event::RPC::Server->new (
13 ...
14 loop => Event::RPC::Loop::Glib->new(),
15 ...
16 );
17
18 $server->start;
19
21 This modules implements a mainloop using Glib 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
27 Jörn Reder <joern AT zyn.de>
28
30 Copyright (C) 2005-2015 by Jörn Reder <joern AT zyn.de>.
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.30.1 2020-01-30 Event::RPC::Loop::Glib(3)