summaryrefslogtreecommitdiff
path: root/cli/js/timers.ts
AgeCommit message (Collapse)Author
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-10timer: due/now Math.max instead of min (#3477)Kevin (Kun) "Kassimo" Qian
2019-12-03Timer/microtask ordering fix (#3439)Kevin (Kun) "Kassimo" Qian
2019-10-31cli: replace timer map with red-black tree (#3218)Kevin (Kun) Kassimo Qian
This avoids a crash when the Deno process has been running for 2**32 ms (about 50 days). Additionaly, time complexity of finding which timer is due to fire next is reduced from from O(n) to O(log n).
2019-10-19Fix clearTimer bug (#3143)Ry Dahl
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl