--- cvsroot/Coro/Changes 2011/04/29 15:43:26 1.555 +++ cvsroot/Coro/Changes 2011/04/29 17:38:56 1.556 @@ -7,6 +7,8 @@ - implement Coro->cancel in XS for a 20% speed improvement, and to be able to implement mutual cancellation. + - cancelling a coro while it itself is cancelling another coro is + now supported and working, instead of triggering an assertion. - be a bit more crash-resistant when calling (buggy) on_destroy callbacks (best effort).