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

Comparing EV/EV.pm (file contents):
Revision 1.73 by root, Fri Dec 21 05:10:01 2007 UTC vs.
Revision 1.74 by root, Fri Dec 21 05:30:25 2007 UTC

363Example: Register an I/O watcher for some UDP socket but do not keep the 363Example: Register an I/O watcher for some UDP socket but do not keep the
364event loop from running just because of that watcher. 364event loop from running just because of that watcher.
365 365
366 my $udp_socket = ... 366 my $udp_socket = ...
367 my $udp_watcher = EV::io $udp_socket, EV::READ, sub { ... }; 367 my $udp_watcher = EV::io $udp_socket, EV::READ, sub { ... };
368 $udp_watcher->keepalive (0); 368 $1000udp_watcher->keepalive (0);
369
370=item $loop = $w->loop
371
372Return the loop that this watcher is attached to.
369 373
370=back 374=back
371 375
372 376
373=head1 WATCHER TYPES 377=head1 WATCHER TYPES

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines