openbsd-ports/devel/p5-Coro/pkg/DESCR
2010-12-13 09:53:47 +00:00

6 lines
218 B
Plaintext

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.