libuv/src
Ben Noordhuis 6fd9bfb7b0 unix: fix event loop block, prepare/check invoke
Don't block in epoll_wait() / kevent() / etc. syscall unless there are active
handles. If there are only active requests, do a non-blocking poll.

Likewise, don't run the prepare and check watchers unless there are active
handles *or* requests.
2012-05-21 17:41:52 +02:00
..
ares Prepare libuv for shared library build 2011-10-29 00:52:32 +02:00
unix unix: fix event loop block, prepare/check invoke 2012-05-21 17:41: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