This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
setTimeout drifts after busy wait #8105
Closed
Description
if you call setTimeout
after a busy wait the delay can be much longer than expected.
I created a gist: https://gist.github.com/bjouhier/c7adb5f54caf9fc86d6e
OSX 10.9.4, node 0.10.27