XML::RPC::UA::AnyEventSync - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION IMPLEMENTED METHODS SEE ALSO
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
    *   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


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 07:43 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top