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.10 by root, Thu Dec 13 05:15:27 2007 UTC vs.
Revision 1.11 by root, Wed Mar 12 14:05:33 2008 UTC

67}; 67};
68$IDLE->{desc} = "[EV idle process]"; 68$IDLE->{desc} = "[EV idle process]";
69 69
70$Coro::idle = sub { $IDLE->ready }; 70$Coro::idle = sub { $IDLE->ready };
71 71
72=item $revents = Coro::EV::timed_io_once $fd, $events, $timeout 72=item $revents = Coro::EV::timed_io_once $fileno_or_fh, $events, $timeout
73 73
74Blocks the coroutine until either the given event set has occured on the 74Blocks the coroutine until either the given event set has occured on the
75fd, or the timeout has been reached (if timeout is zero, there is no 75fd, or the timeout has been reached (if timeout is zero, there is no
76timeout). Returns the received flags. 76timeout). Returns the received flags.
77 77

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines