--- Coro/Coro.pm 2007/04/13 12:56:55 1.121 +++ Coro/Coro.pm 2007/04/14 15:06:05 1.122 @@ -187,12 +187,9 @@ (usually unused). When the sub returns the new coroutine is automatically terminated. -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. +Calling C in a coroutine will do the same as calling exit outside +the coroutine. Likewise, when the coroutine dies, the program will exit, +just as it would in the main program. # create a new coroutine that just prints its arguments async {