mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
1b0d3f744b
- Use single space after WWW: - Remove Author line
10 lines
378 B
Plaintext
10 lines
378 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 its own
|
|
callchain, its own set of lexicals and its own set of perl's most
|
|
important global variables.
|
|
|
|
WWW: http://search.cpan.org/dist/Coro/
|