Changes for version 4.13 - 2007-10-24

  • add Coro::Storable::blocking_thaw.
  • use a vastly more complicated technique to localise $SIG{__WARN/DIE__} that also works on perls <= 5.8.8.
  • use a coroutine for the idle callback Coro::Event, instead of running Event in the current coroutine context. This also catches recursive invocations.
  • actually report fork errors in gethostbyname and inet_aton.

Modules

coroutine process abstraction
truly asynchronous file and directrory I/O
message queues
various functions that help debugging Coro programs
non-blocking io with a blocking interface.
make LWP non-blocking - as much as possible
MakeMaker glue for the C-level Coro API
reader/write locks
a (slow but coro-aware) replacement for CORE::select
non-binary semaphores
hash of semaphores.
coroutine signals (binary semaphores)
non-blocking socket-io
manage coroutine-specific variables.
create and manage simple coroutines
offer a more fine-grained Storable interface
simple timer package, independent of used event loops
various utility functions.
do events the coro-way

Provides

in Coro/Handle.pm
in Coro/LWP.pm
in Coro/Timer.pm
in Coro/Storable.pm