async: remove racey `uv_ref()`/`uv_unref()`
`uv_ref()` can't be called from the non-event-loop thread. Furthermore, it is not necessary in `async.h`, because open `uv_async_t` is already holding the event loop from exiting. See: #702
Showing
Please
register
or
sign in
to comment