mirror of
https://github.com/neovim/neovim.git
synced 2026-04-30 03:04:13 +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.