Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information