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

Comparing libev/ev.html (file contents):
Revision 1.37 by root, Sat Nov 24 07:14:26 2007 UTC vs.
Revision 1.38 by root, Sat Nov 24 07:20:43 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="Sat Nov 24 08:13:46 2007" /> 9 <meta name="created" content="Sat Nov 24 08:20:38 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 -->
364</pre> 364</pre>
365 </dd> 365 </dd>
366 <dt>ev_default_destroy ()</dt> 366 <dt>ev_default_destroy ()</dt>
367 <dd> 367 <dd>
368 <p>Destroys the default loop again (frees all memory and kernel state 368 <p>Destroys the default loop again (frees all memory and kernel state
369etc.). This stops all registered event watchers (by not touching them in 369etc.). None of the active event watchers will be stopped in the normal
370any way whatsoever, although you cannot rely on this :).</p> 370sense, so e.g. <code>ev_is_active</code> might still return true. It is your
371responsibility to either stop all watchers cleanly yoursef <i>before</i>
372calling this function, or cope with the fact afterwards (which is usually
373the easiest thing, youc na just ignore the watchers and/or <code>free ()</code> them
374for example).</p>
371 </dd> 375 </dd>
372 <dt>ev_loop_destroy (loop)</dt> 376 <dt>ev_loop_destroy (loop)</dt>
373 <dd> 377 <dd>
374 <p>Like <code>ev_default_destroy</code>, but destroys an event loop created by an 378 <p>Like <code>ev_default_destroy</code>, but destroys an event loop created by an
375earlier call to <code>ev_loop_new</code>.</p> 379earlier call to <code>ev_loop_new</code>.</p>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines