Jump to letter: [
ABCDFKLMNPQSVX
]
perl-Coro - Coroutine process abstraction
- Description:
This module collection manages coroutines. Coroutines are similar to
threads but don't run in parallel at the same time even on SMP machines.
The specific flavor of coroutine used in this module also guarantees you
that it will not switch between coroutines unless necessary, at
easily-identified points in your program, so locking and parallel access
are rarely an issue, making coroutine programming much safer than
threads programming.
Packages