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


Event-RPC documentation  | view source Contained in the Event-RPC distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use Event::RPC::Server;
  use Event::RPC::Loop::Event;

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

  $server->start;

DESCRIPTION

Top

This modules implements a mainloop using the Event module 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

Top

  Jörn Reder <joern at zyn dot de>

COPYRIGHT AND LICENSE

Top


Event-RPC documentation  | view source Contained in the Event-RPC distribution.