Scroll to navigation

Event::RPC::Loop::Glib(3pm) User Contributed Perl Documentation Event::RPC::Loop::Glib(3pm)

NAME

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

SYNOPSIS

  use Event::RPC::Server;
  use Event::RPC::Loop::Glib;
  
  my $server = Event::RPC::Server->new (
      ...
      loop => Event::RPC::Loop::Glib->new(),
      ...
  );
  $server->start;

DESCRIPTION

This modules implements a mainloop using Glib 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

  Jörn Reder <joern AT zyn.de>

COPYRIGHT AND LICENSE

Copyright (C) 2005-2015 by Jörn 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.

2018-07-21 perl v5.26.2