diff options
author | root <root> | 2010-10-22 09:40:22 +0000 |
---|---|---|
committer | root <root> | 2010-10-22 09:40:22 +0000 |
commit | 2ecadb3192c0928dc5381336774e54d4019e28de (patch) | |
tree | 474ac6b226a846d98c5a65e48efc2bc17de1d53d /ev.pod | |
parent | 1d6071759cff842813995588dc6bf2bb2450d94f (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -167,7 +167,8 @@ library in any way. Returns the current time as libev would use it. Please note that the C<ev_now> function is usually faster and also often returns the timestamp -you actually want to know. +you actually want to know. Also interetsing is the combination of +C<ev_update_now> and C<ev_now>. =item ev_sleep (ev_tstamp interval) @@ -215,12 +216,13 @@ a must have and can we have a torrent of it please!!!11 =item unsigned int ev_recommended_backends () -Return the set of all backends compiled into this binary of libev and also -recommended for this platform. This set is often smaller than the one -returned by C<ev_supported_backends>, as for example kqueue is broken on -most BSDs and will not be auto-detected unless you explicitly request it -(assuming you know what you are doing). This is the set of backends that -libev will probe for if you specify no backends explicitly. +Return the set of all backends compiled into this binary of libev and +also recommended for this platform, meaning it will work for most file +descriptor types. This set is often smaller than the one returned by +C<ev_supported_backends>, as for example kqueue is broken on most BSDs +and will not be auto-detected unless you explicitly request it (assuming +you know what you are doing). This is the set of backends that libev will +probe for if you specify no backends explicitly. =item unsigned int ev_embeddable_backends () |