ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
378 B
Text
9 lines
378 B
Text
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 its own
|
|
callchain, its own set of lexicals and its own set of perl's most
|
|
important global variables.
|
|
|
|
WWW: https://metacpan.org/release/Coro
|