Rechercher une page de manuel
Event::RPC::Loop::Event.3pm
Langue: en
Version: 2006-04-23 (debian - 07/07/09)
Section: 3 (Bibliothèques de fonctions)
NAME
Event::RPC::Loop::Event - Event mainloop for Event::RPCSYNOPSIS
use Event::RPC::Server; use Event::RPC::Loop::Event; my $server = Event::RPC::Server->new ( ... loop => Event::RPC::Loop::Event->new(), ... ); $server->start;
DESCRIPTION
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
Jo.rn Reder <joern at zyn dot de>
COPYRIGHT AND LICENSE
Copyright (C) 2002-2006 by Joern Reder, All Rights Reserved.This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre