--- Coro/Changes 2006/11/20 20:29:33 1.148 +++ Coro/Changes 2006/11/24 00:09:08 1.152 @@ -4,9 +4,11 @@ TODO: more effective stack sharing by having one "default stack" for "simple" coroutines? TODO: verify exception frame changes and force stack copies? - - avoid deadlock in Coro::Event's idle process when it is called - early with no active watchers. + - Coro::Event could cause livelocks if it was used but + Event watchers were used directly. + - Coro::Event should be cleaner and more efficient now. - minor documentation cleanup. + - very minor optimisations and cleanups. 2.5 Tue Nov 7 12:22:33 CET 2006 - made Coro::Util, Coro::Select, Coro::Handle and Coro::Socket