-
async: remove racey `uv_ref()`/`uv_unref()` · 553c6eaf
`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
Fedor Indutny authored
×