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

Comparing EV/EV.pm (file contents):
Revision 1.161 by root, Fri Dec 20 21:02:34 2019 UTC vs.
Revision 1.162 by root, Wed Jan 22 23:17:31 2020 UTC

646 646
647=item $after = $w->remaining 647=item $after = $w->remaining
648 648
649Calculates and returns the remaining time till the timer will fire. 649Calculates and returns the remaining time till the timer will fire.
650 650
651=item $old_repeat = $w->reapat ([$new_repeat])
652
653Returns the current value of the repeat attribute and optionally sets a
654new one. Setting the new one will not restart the watcher - if the watcher
655is active, the new repeat value is used whenever it expires next.
656
651=back 657=back
652 658
653 659
654=head3 PERIODIC WATCHERS - to cron or not to cron? 660=head3 PERIODIC WATCHERS - to cron or not to cron?
655 661
747Simply stops and starts the watcher again. 753Simply stops and starts the watcher again.
748 754
749=item $time = $w->at 755=item $time = $w->at
750 756
751Return the time that the watcher is expected to trigger next. 757Return the time that the watcher is expected to trigger next.
758
759=item $old_offset = $w->offset ([$new_offset])
760
761Returns the current value of the offset attribute and optionally sets a
762new one. Setting the new one will not restart the watcher - if the watcher
763is active, the new offset value is used whenever it expires next.
764
765=item $old_interval = $w->interval ([$new_interval])
766
767See above, for the interval attribute.
768
769=item $old_reschedule_cb = $w->reschedule_cb ([$new_reschedule_xcb])
770
771See above, for the reschedule callback.
752 772
753=back 773=back
754 774
755 775
756=head3 SIGNAL WATCHERS - signal me when a signal gets signalled! 776=head3 SIGNAL WATCHERS - signal me when a signal gets signalled!

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines