--- Coro/Coro.pm 2007/10/07 13:53:37 1.152 +++ Coro/Coro.pm 2007/10/13 23:19:10 1.155 @@ -59,7 +59,7 @@ our $main; # main coroutine our $current; # current coroutine -our $VERSION = '4.1'; +our $VERSION = '4.13'; our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub); our %EXPORT_TAGS = ( @@ -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).