summaryrefslogtreecommitdiff
path: root/devel/p5-Coro/pkg-descr
blob: 49586cb71b74b486f0e5b897c5febcf921d9a4e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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