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

Comparing EV/EV.pm (file contents):
Revision 1.162 by root, Wed Jan 22 23:17:31 2020 UTC vs.
Revision 1.163 by root, Thu Jan 23 12:49:13 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 $repeat = $w->repeat
652
651=item $old_repeat = $w->reapat ([$new_repeat]) 653=item $old_repeat = $w->repeat ($new_repeat)
652 654
653Returns the current value of the repeat attribute and optionally sets a 655Returns 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 656new 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. 657is active, the new repeat value is used whenever it expires next.
656 658
754 756
755=item $time = $w->at 757=item $time = $w->at
756 758
757Return the time that the watcher is expected to trigger next. 759Return the time that the watcher is expected to trigger next.
758 760
761=item $offset = $w->offset
762
759=item $old_offset = $w->offset ([$new_offset]) 763=item $old_offset = $w->offset ($new_offset)
760 764
761Returns the current value of the offset attribute and optionally sets a 765Returns 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 766new 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. 767is active, the new offset value is used whenever it expires next.
764 768
769=item $interval = $w->interval
770
765=item $old_interval = $w->interval ([$new_interval]) 771=item $old_interval = $w->interval ($new_interval)
766 772
767See above, for the interval attribute. 773See above, for the interval attribute.
768 774
775=item $reschedule_cb = $w->reschedule_cb
776
769=item $old_reschedule_cb = $w->reschedule_cb ([$new_reschedule_xcb]) 777=item $old_reschedule_cb = $w->reschedule_cb ($new_reschedule_cb)
770 778
771See above, for the reschedule callback. 779See above, for the reschedule callback.
772 780
773=back 781=back
774 782

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines