1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext
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
..
broadcast_channel chore: merge v1.16.4 into main (#12984) 2021-12-04 01:26:54 +01:00
console chore: merge v1.16.4 into main (#12984) 2021-12-04 01:26:54 +01:00
crypto feat(ext/crypto): implement unwrapKey (#12539) 2021-12-05 04:55:11 +01:00
fetch chore: upgrade to rustls 0.20 (#12488) 2021-12-07 00:48:11 +01:00
ffi chore: merge v1.16.4 into main (#12984) 2021-12-04 01:26:54 +01:00
http chore: merge v1.16.4 into main (#12984) 2021-12-04 01:26:54 +01:00
net chore: upgrade to rustls 0.20 (#12488) 2021-12-07 00:48:11 +01:00
timers refactor(timers): refactor timers to use one async op per timer (#12862) 2021-12-07 13:39:58 +01:00
tls chore: upgrade to rustls 0.20 (#12488) 2021-12-07 00:48:11 +01:00
url chore: merge v1.16.4 into main (#12984) 2021-12-04 01:26:54 +01:00
web chore: merge v1.16.4 into main (#12984) 2021-12-04 01:26:54 +01:00
webgpu chore: merge v1.16.4 into main (#12984) 2021-12-04 01:26:54 +01:00
webidl chore: merge v1.16.4 into main (#12984) 2021-12-04 01:26:54 +01:00
websocket chore: upgrade to rustls 0.20 (#12488) 2021-12-07 00:48:11 +01:00
webstorage chore: merge v1.16.4 into main (#12984) 2021-12-04 01:26:54 +01:00