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

NAME

Coro::Process - coroutine process abstraction

SYNOPSIS

 use Coro::Process;

 async {
    # some asynchroneous thread of execution
 };

 yield;

DESCRIPTION

AUTHOR

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