1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/cli/tests
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
..
integration refactor(timers): refactor timers to use one async op per timer (#12862) 2021-12-07 13:39:58 +01:00
testdata refactor(timers): refactor timers to use one async op per timer (#12862) 2021-12-07 13:39:58 +01:00
unit refactor(timers): refactor timers to use one async op per timer (#12862) 2021-12-07 13:39:58 +01:00
integration_tests.rs chore: split up integration_tests.rs into separate files (#11131) 2021-06-27 13:27:36 -04:00