--- Coro/Changes 2007/01/04 23:49:27 1.192 +++ Coro/Changes 2007/01/05 19:47:12 1.195 @@ -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.