AnyEvent-MPRPC
view release on metacpan or search on metacpan
lib/AnyEvent/MPRPC/Server.pm view on Meta::CPAN
Available C<%options> are:
=over 4
=item port => 'Int | Str'
Listening port or path to unix socket (Required)
=item address => 'Str'
Bind address. Default to undef: This means server binds all interfaces by default.
If you want to use unix socket, this option should be set to "unix/"
=item on_error => $cb->($handle, $fatal, $message)
Error callback which is called when some errors occured.
This is actually L<AnyEvent::Handle>'s on_error.
=item on_eof => $cb->($handle)
( run in 0.621 second using v1.01-cache-2.11-cpan-e93a5daba3e )