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

Comparing EV/EV.pm (file contents):
Revision 1.84 by root, Fri Feb 1 13:08:54 2008 UTC vs.
Revision 1.85 by root, Sat Mar 8 16:00:07 2008 UTC

534This time simply fires at the wallclock time C<$at> and doesn't repeat. It 534This time simply fires at the wallclock time C<$at> and doesn't repeat. It
535will not adjust when a time jump occurs, that is, if it is to be run 535will not adjust when a time jump occurs, that is, if it is to be run
536at January 1st 2011 then it will run when the system time reaches or 536at January 1st 2011 then it will run when the system time reaches or
537surpasses this time. 537surpasses this time.
538 538
539=item * non-repeating interval timer ($interval > 0, $reschedule_cb = 0) 539=item * repeating interval timer ($interval > 0, $reschedule_cb = 0)
540 540
541In this mode the watcher will always be scheduled to time out at the 541In this mode the watcher will always be scheduled to time out at the
542next C<$at + N * $interval> time (for some integer N) and then repeat, 542next C<$at + N * $interval> time (for some integer N) and then repeat,
543regardless of any time jumps. 543regardless of any time jumps.
544 544

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines