Gungho::Engine::IO::Async - IO::Async Engine


Gungho documentation  | view source Contained in the Gungho distribution.

Index


NAME

Top

Gungho::Engine::IO::Async - IO::Async Engine

SYNOPSIS

Top

  engine:
    module: IO::Async
    config:
        loop_delay: 0.01
        dns:
            disable: 1 # Only if you don't want Gungho to resolve DNS




DESCRIPTION

Top

This class uses IO::Async to dispatch requests.

WARNING: This engine is still experimental. Patches welcome! In particular, this class definitely should cache connections.

METHODS

Top

run

setup

setup_impl_class

send_request

handle_response

start_request

lookup_host


Gungho documentation  | view source Contained in the Gungho distribution.