mirror of
https://github.com/neovim/neovim.git
synced 2026-08-25 16:41:52 +00:00
libuv caches the results of uv.now() until the next loop tick. If a test does not spin the libuv event loop, retry() enters an infinite cycle.
libuv caches the results of uv.now() until the next loop tick. If a test does not spin the libuv event loop, retry() enters an infinite cycle.