The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

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

run

setup

setup_impl_class

send_request

handle_response

start_request

lookup_host