--- cvsroot/Coro/Changes 2007/10/07 13:53:37 1.266 +++ cvsroot/Coro/Changes 2007/10/08 01:45:20 1.269 @@ -1,6 +1,5 @@ Revision history for Perl extension Coro. -TODO: localise SIG{__DIE__} and/or __WARN__ TODO: should explore PerlIO::via::CoroCede and PerlIO::via::CoroAIO. TODO: maybe implement a default message channel, very much like Erlang (which is cool in a lot of important aspects (failures!), @@ -16,6 +15,13 @@ speeds up context switching a bit. - further tune default stack sizes. - (more) correctly calculate stack usage in coro_rss. + - Coro::Storable::blocking_* did not properly lock + resulting in races between coroutines. + - added Coro::Storable::guard. + - stopping to trace a coroutine could destroy the cctx of + an unrelated coroutine. + - explain the relationship between Perl and C coroutines in + more detail in Coro::State. 4.03 Sat Oct 6 21:24:00 CEST 2007 - added Coro::throw method.