XML::RPC::UA::AnyEventSync - Syncronous XML::RPC useragent, using AnyEvent::HTTP
Contents
Description
Syncronous useragent for XML::RPC::Fast. Couldn't be used in any AnyEvent application since using
condvar->recv in every call.
Implemented Methods
newasync=0call
Name
XML::RPC::UA::AnyEventSync - Syncronous XML::RPC useragent, using AnyEvent::HTTP
See Also
• XML::RPC::UA
Base class (also contains documentation)
• XML::RPC::UA::AnyEvent
Asyncronous UA using AnyEvent
• AnyEvent
DBI of event-loop programming
• AnyEvent::HTTP
HTTP-client using AnyEvent
perl v5.34.0 2022-06-28 XML::RPC::UA::AnyEventSync(3pm)
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,
),
);
