--- Coro/Changes 2007/10/13 23:19:10 1.278 +++ Coro/Changes 2007/10/19 05:52:41 1.279 @@ -9,6 +9,9 @@ - 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. 4.11 Thu Oct 11 02:40:24 CEST 2007 - port to threaded perls.