The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.06 - 2001-07-17

  • ok, I found the showstopper - the same sub must not be re-entered in two different coroutines, otherwise => crash. I see no easy solution to this problem, except by walking the call chaing and saving/restoring the cv's, which is what I do now.
  • memory leaks still latent, especially at thread termination.
  • Coro::Event now works (haha).

Modules

coroutine process abstraction
message queues
schmorp's faked continuations
do events the coro-way
non-binary semaphores
coroutine signals (binary semaphores)
manage coroutone-specific variables.
create and manage simple coroutines