--- Coro/Changes 2007/01/05 16:55:01 1.193 +++ Coro/Changes 2007/01/05 18:25:51 1.194 @@ -14,6 +14,7 @@ - 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,