--- Coro/Changes 2006/11/05 19:16:09 1.141 +++ Coro/Changes 2006/11/24 00:09:08 1.152 @@ -1,8 +1,18 @@ Revision history for Perl extension Coro. -TODO: possibly convert some of the Event modules into AnyEvent users. +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? - - converted Coro::Select to AnyEvent. + - 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 + use AnyEvent, moved them to Coro/. - added Coro::LWP which contains all the uglyness required to make LWP non-blocking. - should work with perl 5.9.x now (Andreas König made me do it). @@ -14,7 +24,6 @@ - emulate undocumented(!) functionality of IO::Socket required by LWP(!!). - updated eg/lwp to work with newer lwp's. - - made Coro::Util an AnyEvent user, moved it to Coro/. - remove "FATAL: uncaught exception" prefix. Coroutines that die kill the whole process, just as exceptions in the main "coroutine" did already.