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

NAME

Net::Async::Gearman - use Gearman with IO::Async

DESCRIPTION

This module provides an IO::Async-based wrapper around Protocol::Gearman. It shouldn't be used directly; see instead

METHODS

$gearman->connect( %args ) ==> ( $gearman )

Connects to the server. Takes the same arguments as IO::Async::Handle's connect method, but additionally sets a default service name of port 4730.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>