--- Coro/Coro.pm 2007/01/05 17:44:17 1.106 +++ Coro/Coro.pm 2007/01/05 18:25:51 1.107 @@ -289,11 +289,15 @@ 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).