ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/EV/EV.pm
(Generate patch)

Comparing Coro/EV/EV.pm (file contents):
Revision 1.96 by root, Sun Jun 26 21:46:03 2016 UTC vs.
Revision 1.97 by root, Fri Jul 14 03:02:45 2017 UTC

76 76
77$Coro::idle = $IDLE; 77$Coro::idle = $IDLE;
78 78
79=item $revents = Coro::EV::timed_io_once $fileno_or_fh, $events[, $timeout] 79=item $revents = Coro::EV::timed_io_once $fileno_or_fh, $events[, $timeout]
80 80
81Blocks the coroutine until either the given event set has occured on the 81Blocks the coroutine until either the given event set has occurred on the
82fd, or the timeout has been reached (if timeout is missing or C<undef> 82fd, or the timeout has been reached (if timeout is missing or C<undef>
83then there will be no timeout). Returns the received flags. 83then there will be no timeout). Returns the received flags.
84 84
85Consider using C<Coro::AnyEvent::readable> and C<Coro::AnyEvent::writable> 85Consider using C<Coro::AnyEvent::readable> and C<Coro::AnyEvent::writable>
86instead, they work with any AnyEvent-supported eventloop. 86instead, they work with any AnyEvent-supported eventloop.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines