mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00

uv_close asserts that a handle is not already closing. We can guard against this assertion failure by manually checking the handle's closing status ourselves.