--- cvsroot/EV/EV.pm 2009/07/14 20:31:21 1.118 +++ cvsroot/EV/EV.pm 2009/07/14 20:34:58 1.119 @@ -333,6 +333,18 @@ L (locally installed as F) for a more detailed discussion. +=item $count = EV::pending_count + +=item $count = $loop->pending_count + +Returns the number of currently pending watchers. + +=item EV::invoke_pending + +=item $loop->invoke_pending + +Invoke all currently pending watchers. + =back