FreeBSD Manual Pages
Event::RPC::Loop::AnyEUser(Contributed Perl DocumEvent::RPC::Loop::AnyEvent(3) NAME Event::RPC::Loop::AnyEvent - AnyEvent mainloop for Event::RPC SYNOPSIS use Event::RPC::Server; use Event::RPC::Loop::AnyEvent; my $server = Event::RPC::Server->new ( ... loop => Event::RPC::Loop::AnyEvent->new(), ... ); $server->start; DESCRIPTION This modules implements a mainloop using AnyEvent 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 JA<paragraph>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. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 125: Non-ASCII character seen before =encoding in 'JA<paragraph>rn'. Assuming CP1252 perl v5.32.0 2011-03-08 Event::RPC::Loop::AnyEvent(3)
NAME | SYNOPSIS | DESCRIPTION | AUTHORS | COPYRIGHT AND LICENSE | POD ERRORS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Event::RPC::Loop::AnyEvent&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>