ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.html
(Generate patch)

Comparing libev/ev.html (file contents):
Revision 1.12 by root, Mon Nov 12 08:35:18 2007 UTC vs.
Revision 1.13 by root, Mon Nov 12 08:35:36 2007 UTC

4<head> 4<head>
5 <title>libev</title> 5 <title>libev</title>
6 <meta name="description" content="Pod documentation for libev" /> 6 <meta name="description" content="Pod documentation for libev" />
7 <meta name="inputfile" content="&lt;standard input&gt;" /> 7 <meta name="inputfile" content="&lt;standard input&gt;" />
8 <meta name="outputfile" content="&lt;standard output&gt;" /> 8 <meta name="outputfile" content="&lt;standard output&gt;" />
9 <meta name="created" content="Mon Nov 12 09:35:17 2007" /> 9 <meta name="created" content="Mon Nov 12 09:35:36 2007" />
10 <meta name="generator" content="Pod::Xhtml 1.57" /> 10 <meta name="generator" content="Pod::Xhtml 1.57" />
11<link rel="stylesheet" href="http://res.tst.eu/pod.css"/></head> 11<link rel="stylesheet" href="http://res.tst.eu/pod.css"/></head>
12<body> 12<body>
13<div class="pod"> 13<div class="pod">
14<!-- INDEX START --> 14<!-- INDEX START -->
565reschedule callback will be called with the watcher as first, and the 565reschedule callback will be called with the watcher as first, and the
566current time as second argument.</p> 566current time as second argument.</p>
567 <p>NOTE: <i>This callback MUST NOT stop or destroy the periodic or any other 567 <p>NOTE: <i>This callback MUST NOT stop or destroy the periodic or any other
568periodic watcher, ever, or make any event loop modifications</i>. If you need 568periodic watcher, ever, or make any event loop modifications</i>. If you need
569to stop it, return <code>now + 1e30</code> (or so, fudge fudge) and stop it afterwards.</p> 569to stop it, return <code>now + 1e30</code> (or so, fudge fudge) and stop it afterwards.</p>
570 <p>Also, <i>&lt;this callback must always return a time that is later than the 570 <p>Also, <i>this callback must always return a time that is later than the
571passed <code>now</code> value </i>&gt;. Not even <code>now</code> itself will be ok.</p> 571passed <code>now</code> value</i>. Not even <code>now</code> itself will be ok.</p>
572 <p>Its prototype is c&lt;ev_tstamp (*reschedule_cb)(struct ev_periodic *w, 572 <p>Its prototype is <code>ev_tstamp (*reschedule_cb)(struct ev_periodic *w,
573ev_tstamp now)&gt;, e.g.:</p> 573ev_tstamp now)</code>, e.g.:</p>
574<pre> static ev_tstamp my_rescheduler (struct ev_periodic *w, ev_tstamp now) 574<pre> static ev_tstamp my_rescheduler (struct ev_periodic *w, ev_tstamp now)
575 { 575 {
576 return now + 60.; 576 return now + 60.;
577 } 577 }
578 578

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines