0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/ext/timers
Andreu Botella 33da15ae5a
refactor(timers): refactor timers to use one async op per timer (#12862)
This change also makes the timers implementation closer to the spec, and
sets up the stage to implement AbortSignal.timeout() (whatwg/dom#1032).

Fixes #8965
Fixes #10974
Fixes #11398
2021-12-07 13:39:58 +01:00
..
benches chore: remove No*Permissions structs (#12316) 2021-10-04 22:56:24 +02:00
01_timers.js refactor(timers): refactor timers to use one async op per timer (#12862) 2021-12-07 13:39:58 +01:00
02_performance.js fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851) 2021-09-25 02:07:22 +09:00
Cargo.toml chore: merge v1.16.4 into main (#12984) 2021-12-04 01:26:54 +01:00
lib.rs refactor(timers): refactor timers to use one async op per timer (#12862) 2021-12-07 13:39:58 +01:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00

deno_timers

This crate implements the timers API.

Spec: https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers