From: root Date: Mon, 31 Dec 2007 01:34:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.llucax.com/software/libev.git/commitdiff_plain/9b47da80fe3aeb57d3340a633c83dd6e08bcc8e4 *** empty log message *** --- diff --git a/ev.pod b/ev.pod index 6b72cf7..742177c 100644 --- a/ev.pod +++ b/ev.pod @@ -607,7 +607,9 @@ example, libev itself uses this for its internal signal pipe: It is not visible to the libev user and should not keep C from exiting if no event watchers registered by it are active. It is also an excellent way to do this for generic recurring timers or from within third-party -libraries. Just remember to I and I. +libraries. Just remember to I and I +(but only if the watcher wasn't active before, or was active before, +respectively). Example: Create a signal watcher, but keep it from keeping C running when nothing else is active.