--- Coro/Coro.pm 2006/12/29 08:36:34 1.101 +++ Coro/Coro.pm 2006/12/29 11:37:49 1.102 @@ -237,6 +237,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. +=item Coro::cede_notself + +Works like cede, but is not exported by default and will cede to any +coroutine, regardless of priority, once. + =item terminate [arg...] Terminates the current coroutine with the given status values (see L).