--- EV-Loop-Async/Async.pm 2009/07/17 02:52:22 1.4 +++ EV-Loop-Async/Async.pm 2009/07/17 15:06:25 1.5 @@ -258,7 +258,7 @@ after invoking the callbacks, effectively doing the polling in the foreground. -The default is C<0>, meaning thatno foreground polling will be done. A +The default is C<0>, meaning that no foreground polling will be done. A value of C<1> means that, after handling the pending events, it will call C<< $loop->loop (EV::LOOP_NONBLOCK) >> and handle the resulting events, if any. A value of C<2> means that this will be iterated twice. @@ -267,6 +267,9 @@ further iterations will be made, so this is only a I value of additional loop runs. +Take also note of the standard EV C +functionality, which can achieve a similar, but different, effect - YMMV. + =back =head1 SEE ALSO