libuv/src
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
..
ares Prepare libuv for shared library build 2011-10-29 00:52:32 +02:00
unix unix: reactive new idle watcher implementation 2012-05-22 15:13:52 +02:00
win windows: support junctions with uv_fs_synlink 2012-05-17 09:53:26 -07:00
uv-common.c unix, windows: rework reference counting scheme 2012-05-17 07:07:53 +02:00
uv-common.h unix, windows: rework reference counting scheme 2012-05-17 07:07:53 +02:00