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

Comparing libev/ev.pod (file contents):
Revision 1.36 by root, Sat Nov 24 07:14:26 2007 UTC vs.
Revision 1.37 by root, Sat Nov 24 07:20:43 2007 UTC

323 fatal ("no epoll found here, maybe it hides under your chair"); 323 fatal ("no epoll found here, maybe it hides under your chair");
324 324
325=item ev_default_destroy () 325=item ev_default_destroy ()
326 326
327Destroys the default loop again (frees all memory and kernel state 327Destroys the default loop again (frees all memory and kernel state
328etc.). This stops all registered event watchers (by not touching them in 328etc.). None of the active event watchers will be stopped in the normal
329any way whatsoever, although you cannot rely on this :). 329sense, so e.g. C<ev_is_active> might still return true. It is your
330responsibility to either stop all watchers cleanly yoursef I<before>
331calling this function, or cope with the fact afterwards (which is usually
332the easiest thing, youc na just ignore the watchers and/or C<free ()> them
333for example).
330 334
331=item ev_loop_destroy (loop) 335=item ev_loop_destroy (loop)
332 336
333Like C<ev_default_destroy>, but destroys an event loop created by an 337Like C<ev_default_destroy>, but destroys an event loop created by an
334earlier call to C<ev_loop_new>. 338earlier call to C<ev_loop_new>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines