NAME

AnyEvent::Util - various utility functions.

SYNOPSIS

use AnyEvent::Util;

inet_aton $name, $cb->($ipn || undef);

DESCRIPTION

This module implements various utility functions, mostly replacing well-known functions by event-ised counterparts.

AnyEvent::Util::inet_aton $name_or_address, $cb->($binary_address_or_undef)

Works almost exactly like its Socket counterpart, except that it uses a callback.

AUTHOR

Marc Lehmann <schmorp@schmorp.de>
http://home.schmorp.de/