libuv/include/uv-private
Ben Noordhuis 80b554129b unix: reactive new idle watcher implementation
The new idle watcher was temporarily disabled in 073a48d due to some semantic
incompatibilities with the previous implementation. This commit resolves those
issues and reactivates the new implementation.

One outstanding bug is that idle watchers can run in a different order
(relative to other handle types) than the old implementation, e.g. (timer, idle)
instead of the expected (idle, timer). This will be fixed in an upcoming commit.
2012-05-22 15:13:52 +02:00
..
eio.h unix: create separate eio result queue per loop 2011-12-20 20:47:33 +01:00
ev.h Add uv_loop_refcount() function, debug tool. 2012-01-14 00:33:08 +01:00
ngx-queue.h Fix include guard in tree.h and ngx-queue.h 2012-03-15 02:23:22 +01:00
tree.h Rename __unused to UV__UNUSED. 2012-04-03 17:41:50 +02:00
uv-unix.h unix: reactive new idle watcher implementation 2012-05-22 15:13:52 +02:00
uv-win.h windows: support junctions with uv_fs_synlink 2012-05-17 09:53:26 -07:00