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

Comparing EV/EV.pm (file contents):
Revision 1.70 by root, Fri Dec 14 19:33:32 2007 UTC vs.
Revision 1.71 by root, Mon Dec 17 07:24:12 2007 UTC

68package EV; 68package EV;
69 69
70use strict; 70use strict;
71 71
72BEGIN { 72BEGIN {
73 our $VERSION = '1.85'; 73 our $VERSION = '1.86';
74 use XSLoader; 74 use XSLoader;
75 XSLoader::load "EV", $VERSION; 75 XSLoader::load "EV", $VERSION;
76} 76}
77 77
78@EV::IO::ISA = 78@EV::IO::ISA =
494 494
495=item $w->again 495=item $w->again
496 496
497Simply stops and starts the watcher again. 497Simply stops and starts the watcher again.
498 498
499=item $time = $w->at
500
501Return the time that the watcher is expected to trigger next.
502
499=back 503=back
500 504
501 505
502=head3 SIGNAL WATCHERS - signal me when a signal gets signalled! 506=head3 SIGNAL WATCHERS - signal me when a signal gets signalled!
503 507

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines