Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Call uv_stop(). - Restore `uv_loop_close` condition (braindead cosmetic change from a2efc9c that caused uv_loop_close *not* to be called if wait=false, sorry). Not doing `uv_walk(() => uv_close)`: see source comment for explanation. fix neovim#11820 fix neovim#7376 Q: Should we restore use of `UV_RUN_DEFAULT`/`UV_RUN_ONCE` (removed in a2efc9c)? A: The while-loop (hopefully) achieves the same purpose while avoiding a hang.
- Loading branch information