Remove the next_watcher and replace it with a linked list. Said list is named endgame_handles (because the uv-win calls it that) and contains all the handles that are in the UV_CLOSING state. The goal of this commit is two-fold: a) remove a dependency on libev, and b) share more code with uv-win in the future A nice side effect is that it shaves a few bytes off a uv_handle_t. |
||
|---|---|---|
| .. | ||
| eio.h | ||
| ev.h | ||
| ngx-queue.h | ||
| tree.h | ||
| uv-unix.h | ||
| uv-win.h | ||