refactor(core): use uv_check_t handle for setImmediate #32879
refactor(core): move timer processing from Rust to JavaScript
9e737df1
refactor(node): simplify Node timer polyfills to use core timers dire…
c8bff09d
refactor(core): remove op_timer_queue and update core_testing
f4a58261
refactor(web): convert AbortSignal.timeout to use core.createTimer
219e240b
refactor(core): remove old WebTimers infrastructure
f272c211
refactor(core): rename timer2 APIs to drop the "2" suffix
95ba407c
refactor(core): move immediates to check phase of event loop
a04205f3
Merge remote-tracking branch 'upstream/main' into refactor/immediate-…
9a12052a
Merge remote-tracking branch 'upstream/main' into refactor/immediate-…
aced5d7e
fix: address review issues for immediate check-phase refactor
77b5cbd9
fix: gate immediates on refed count or other work to fix unref semantics
661d1b90
fix: include uv timer firings in unrefed immediate gating
91bc38c2
Merge remote-tracking branch 'upstream/main' into refactor/immediate-…
b7b2317b
unix only
a99f82b0
Merge branch 'main' into refactor/immediate-check-phase
4ebaa36d
refactor(core): use uv_check_t handle for setImmediate instead of man…
09eee967
fix: address review feedback
8d4e98dc
chore: format and lint
91005ff5
fix: use Cell instead of RefCell for immediate_check_handle
eda813cc
fix: remove Option wrapper, use Default with null pointer
2a3db01a
fix: auto-create uv loop in JsRuntime::new_inner
ad10e841
fix: auto-create uv loop in JsRuntime::new_inner
2cd9ca31
fix(core): use two-handle pattern for setImmediate matching Node.js
a948de26
fix(core): fix memory leak and busy-loop in ImmediateCheckHandle
57bc1601
refactor: move AsyncId to deno_core and remove stale comment
fd2e1603
bartlomieju
deleted the refactor/immediate-uv-check-handle branch 113 days ago
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub