diff options
author | root <root> | 2007-11-22 12:28:27 +0000 |
---|---|---|
committer | root <root> | 2007-11-22 12:28:27 +0000 |
commit | 54a57c74105dc818388cec05e6fc874cdbfebf7f (patch) | |
tree | e59571c411c5e916efecf4cb6b1ee2a0c91d3d57 /ev.html | |
parent | 99c0baac0b99f53c7a0bb4a0c5a8a10e8b97605f (diff) |
*** empty log message ***
Diffstat (limited to 'ev.html')
-rw-r--r-- | ev.html | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -6,7 +6,7 @@ <meta name="description" content="Pod documentation for libev" /> <meta name="inputfile" content="<standard input>" /> <meta name="outputfile" content="<standard output>" /> - <meta name="created" content="Thu Nov 22 13:26:17 2007" /> + <meta name="created" content="Thu Nov 22 13:28:34 2007" /> <meta name="generator" content="Pod::Xhtml 1.57" /> <link rel="stylesheet" href="http://res.tst.eu/pod.css"/></head> <body> @@ -239,8 +239,9 @@ it's really slow, but it still scales very well (O(active_fds)).</p> </dd> <dt><code>EVMETHOD_ALL</code></dt> <dd> - <p>Try all backends (even potentially broken ones). Since this is a mask, you -can do stuff like <code>EVMETHOD_ALL & ~EVMETHOD_KQUEUE</code>.</p> + <p>Try all backends (even potentially broken ones that wouldn't be tried +with <code>EVFLAG_AUTO</code>). Since this is a mask, you can do stuff such as +<code>EVMETHOD_ALL & ~EVMETHOD_KQUEUE</code>.</p> </dd> </dl> </p> |