Coro::Process - coroutine process abstraction


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/

 Coro::Process - coroutine process abstraction