FreeBSD Manual Pages
XML::RPC::UA::AnyEventUser(Contributed Perl DocumXML::RPC::UA::AnyEventSync(3) NAME XML::RPC::UA::AnyEventSync - Syncronous XML::RPC useragent, using AnyEvent::HTTP SYNOPSIS use XML::RPC::Fast; use XML::RPC::UA::AnyEventSync; my $rpc = XML::RPC::Fast->new( $uri, ua => XML::RPC::UA::AnyEventSync->new( ua => 'YourApp/0.1', timeout => 3, ), ); DESCRIPTION Syncronous useragent for XML::RPC::Fast. Couldn't be used in any AnyEvent application since using condvar->recv in every call. IMPLEMENTED METHODS new async = 0 call SEE ALSO o XML::RPC::UA Base class (also contains documentation) o XML::RPC::UA::AnyEvent Asyncronous UA using AnyEvent o AnyEvent DBI of event-loop programming o AnyEvent::HTTP HTTP-client using AnyEvent perl v5.32.0 2011-10-19 XML::RPC::UA::AnyEventSync(3)
NAME | SYNOPSIS | DESCRIPTION | IMPLEMENTED METHODS | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=XML::RPC::UA::AnyEventSync&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>