--- cvsroot/Coro/Changes 2011/05/07 14:11:10 1.561 +++ cvsroot/Coro/Changes 2011/05/10 19:55:48 1.562 @@ -4,8 +4,9 @@ TODO: channel->maxsize(newsize)? TODO: http://www.microsoft.com/msj/archive/s2ce.aspx - - croak when a coro being cancelled tries to block (e.g. while - executing a guard block), instead of crashing or deadlocking. + - croak when a coro that is being cancelled tries to block + (e.g. while executing a guard block), instead of crashing or + deadlocking. - implement a Coro->safe_cancel method that might fail, but cancels in a "safer" way if it succeeds. - implement Coro->cancel in XS for a 20% speed improvement, and to