@javelin/hrtime-loop
A tiny, high-resolution game loop for NodeJS 10+. Utilizes the setImmediate
and setTimeout
schedulers in conjunction to maintain a balance of precision and performance.
Installation
npm i @javelin/hrtime-loop
Usage
// Start the looploop.start// Stop the looploop.stop