--- Coro/Coro.pm 2007/10/07 13:53:37 1.152 +++ Coro/Coro.pm 2007/10/10 02:58:17 1.153 @@ -311,15 +311,11 @@ ready queue and calls C, which has the effect of giving up the current "timeslice" to other coroutines of the same or higher priority. -Returns true if at least one coroutine switch has happened. - =item Coro::cede_notself Works like cede, but is not exported by default and will cede to any coroutine, regardless of priority, once. -Returns true if at least one coroutine switch has happened. - =item terminate [arg...] Terminates the current coroutine with the given status values (see L).