setGoodInterval(callback: Function, timeout: number): number
A self-correcting version of [[setTimeout]], which will "speed up"
subsequent calls if it falls behind (as a result of being behind too many
other queued events on the event loop).
Can potentially cause a "burst" of the same calls, if for some reason
it falls very behind.
A self-correcting version of [[setTimeout]], which will "speed up" subsequent calls if it falls behind (as a result of being behind too many other queued events on the event loop).
Can potentially cause a "burst" of the same calls, if for some reason it falls very behind.