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.31 by root, Sat Nov 22 07:30:46 2008 UTC vs.
Revision 1.32 by root, Mon Nov 24 04:56:38 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines