--- Coro/Changes 2006/11/07 11:24:18 1.145 +++ Coro/Changes 2006/11/20 20:29:33 1.148 @@ -1,5 +1,13 @@ Revision history for Perl extension Coro. +TODO: check wether stack-sharing is still effective +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. + - minor documentation cleanup. + 2.5 Tue Nov 7 12:22:33 CET 2006 - made Coro::Util, Coro::Select, Coro::Handle and Coro::Socket use AnyEvent, moved them to Coro/.