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

Comparing EV/EV.pm (file contents):
Revision 1.47 by root, Fri Nov 23 13:08:55 2007 UTC vs.
Revision 1.48 by root, Fri Nov 23 13:09:02 2007 UTC

117innermost call to EV::loop return. 117innermost call to EV::loop return.
118 118
119When called with an argument of EV::UNLOOP_ALL, all calls to EV::loop will return as 119When called with an argument of EV::UNLOOP_ALL, all calls to EV::loop will return as
120fast as possible. 120fast as possible.
121 121
122=item EV::once $fh_or_undef, $events, $timeout, $cb->($events) 122=item EV::once $fh_or_undef, $events, $timeout, $cb->($revents)
123 123
124This function rolls together an I/O and a timer watcher for a single 124This function rolls together an I/O and a timer watcher for a single
125one-shot event without the need for managing a watcher object. 125one-shot event without the need for managing a watcher object.
126 126
127If C<$fh_or_undef> is a filehandle or file descriptor, then C<$events> 127If C<$fh_or_undef> is a filehandle or file descriptor, then C<$events>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines