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

NAME

Coro::Util - various utility functions.

SYNOPSIS

 use Coro::Util;

DESCRIPTION

This module implements various utility functions, mostly replacing perl functions by non-blocking counterparts.

gethostbyname, gethostbyaddr

Work exactly like their perl counterparts, but do not block. Currently this is being implemented by forking, so it's not exactly low-cost.

AUTHOR

 Marc Lehmann <pcg@goof.com>
 http://www.goof.com/pcg/marc/

1 POD Error

The following errors were encountered while parsing the POD:

Around line 73:

You forgot a '=back' before '=head1'