1Event::RPC::Loop::Glib(U3s)er Contributed Perl DocumentatEivoennt::RPC::Loop::Glib(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

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

AUTHORS

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.36.0                      2022-07-22         Event::RPC::Loop::Glib(3)
Impressum