freebsd-ports/devel/p5-Coro/pkg-descr
2003-01-27 09:53:40 +00:00

11 lines
423 B
Plaintext

This module collection manages coroutines. Coroutines are similar to
threads but don't run in parallel.
In this module, coroutines are defined as "callchain + lexical variables
+ @_ + $_ + $@ + $^W + C stack), that is, a coroutine has it's own
callchain, it's own set of lexicals and it's own set of perl's most
important global variables.
Author: Marc Lehmann <pcg@goof.com>
WWW: http://search.cpan.org/search?dist=Coro