--- Coro/Changes 2007/01/04 23:49:27 1.192 +++ Coro/Changes 2007/01/06 02:45:56 1.196 @@ -3,7 +3,7 @@ TODO: better (earlier) error messages on broken transfer's TODO: destroy gets only called on cancel: fix(?) -3.3 +3.3 Sat Jan 6 03:45:00 CET 2007 - implement $coro->on_destroy. - Coro::Event blocking semantics have been changed, documented and - hopefully - improved. @@ -14,7 +14,12 @@ - fix various large and small memleaks. - use a (hopefully) more stable cancel implementation that immediately frees the coroutine data. + - cede/cede_notself return a status now. - added Coro::guard function. + - added a global coroutine pool for jobs (on my machine, + I can create and execute 48k simple coros/s with async, + and 128k coros with async_pool). + - Coro::AIO now uses the coroutine priority as io priority. 3.2 Fri Dec 22 05:07:09 CET 2006 - improve portability to slightly older perls.