--- Coro/Coro.pm 2007/04/13 03:57:15 1.120 +++ Coro/Coro.pm 2007/04/13 12:56:55 1.121 @@ -187,7 +187,9 @@ (usually unused). When the sub returns the new coroutine is automatically terminated. -Calling C in a coroutine will not work correctly, so do not do that. +Calling C in a coroutine will try to do the same as calling exit +outside the coroutine, but this is experimental. It is best not to rely on +exit doing any cleanups or even not crashing. When the coroutine dies, the program will exit, just as in the main program. @@ -328,7 +330,7 @@ called. To make the coroutine run you must first put it into the ready queue by calling the ready method. -Calling C in a coroutine will not work correctly, so do not do that. +See C for additional discussion. =cut