Now we poll libuv's events in embed thread by adding main loop's backend fd to a new kqueue fd, instead of directly polling on main loop's backend fd. In this way we can avoid dealing with one shot events overselves. |
||
|---|---|---|
| .. | ||
| node_bindings.cc | ||
| node_bindings.h | ||
| node_bindings_mac.h | ||
| node_bindings_mac.mm | ||
| options_switches.cc | ||
| options_switches.h | ||
| v8_value_converter_impl.cc | ||
| v8_value_converter_impl.h | ||