diff options
author | root <root> | 2008-05-02 08:36:20 +0000 |
---|---|---|
committer | root <root> | 2008-05-02 08:36:20 +0000 |
commit | 205a9b102b22f2dc1c711d8a8a5cb98488d22c9b (patch) | |
tree | b8cda164341181a080cbb33f24ea0a9f5851ef8c /ev.pod | |
parent | 1b5bdfc28c14e180f3369f1bd995af92c20f15e9 (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1375,6 +1375,11 @@ when you changed some parameters or the reschedule callback would return a different time than the last time it was called (e.g. in a crond like program when the crontabs have changed). +=item ev_tstamp ev_periodic_at (ev_periodic *) + +When active, returns the absolute time that the watcher is supposed to +trigger next. + =item ev_tstamp offset [read-write] When repeating, this contains the offset value, otherwise this is the @@ -1395,11 +1400,6 @@ The current reschedule callback, or C<0>, if this functionality is switched off. Can be changed any time, but changes only take effect when the periodic timer fires or C<ev_periodic_again> is being called. -=item ev_tstamp at [read-only] - -When active, contains the absolute time that the watcher is supposed to -trigger next. - =back =head3 Examples |