--- Coro/Changes 2011/05/12 23:24:27 1.563 +++ Coro/Changes 2011/05/12 23:55:39 1.564 @@ -4,9 +4,10 @@ TODO: channel->maxsize(newsize)? TODO: http://www.microsoft.com/msj/archive/s2ce.aspx -TODO:mg_virtual check -TODO:detah on refcnt -TODO:slf_xx_yy=>slf_yy_xx +TODO: tutorial + - INCOMPATIBLE CHANGE: unreferenced coro objects will now be + destroyed and cleaned up automatically (e.g. async { schedule }). + - Coro::State->is_destroyed is now called is_zombie. - croak when a coro that is being cancelled tries to block (e.g. while executing a guard block), instead of crashing or deadlocking.