coroutines for perl
Implementation of coroutines for perl5, somewhat different from what's
planned for perl6.

Create coroutines with async {} blocks. Give back control to other
scheduled coroutine with cede. See Coro::Intro for details.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: http://search.cpan.org/dist/Coro/
