XML::RPC::UA::AnyEventSync(3pm)User Contributed Perl DocumentationXML::RPC::UA::AnyEventSync(3pm)
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.20.2 2011-10-19 XML::RPC::UA::AnyEventSync(3pm)
Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2026-04-16 19:35 @2600:1f28:365:80b0:36bf:af88:36d3:5592 CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)