File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 <a href =" https://npmcharts.com/compare/timerider?minimal=true " ><img alt =" Downloads " src =" https://img.shields.io/npm/dt/timerider.svg?style=flat-square " /></a >
1212</p >
1313
14- A robust timer library for Deno that solves common issues with standard ` setTimeout ` and ` setInterval ` .
14+ Accurate timers with drift correction, pause/resume, and long delay support .
1515
1616## Features
1717
1818Timerider improves upon standard timers in three key ways:
1919
20- 1 . ** Time Drift Correction** : Automatically corrects time drift within 250ms for both ` setInterval ` and ` setTimeout ` ,
21- ensuring more accurate timing over long periods.
20+ 1 . ** Time Drift Correction** : Automatically corrects time drift for both ` setInterval ` and ` setTimeout ` , ensuring more
21+ accurate timing over long periods.
22222 . ** Long Delay Support** : Handles delays longer than the 32-bit integer limit (` 2^31 - 1 ` ms), which standard timers
2323 cannot process correctly.
24243 . ** Pause & Resume** : Adds the ability to pause a timer and resume it later, perfect for games or interactive
You can’t perform that action at this time.
0 commit comments