Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ flushMicrotasks
Function
flushMicrotasks
packages/core/rxjs-interop/test/rx_resource_spec.ts:413–415 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
411
}
412
413
function
flushMicrotasks(): Promise<void> {
414
return
new
Promise((resolve) => setTimeout(resolve, 0));
415
}
Callers
1
rx_resource_spec.ts
File · 0.70
Calls
1
setTimeout
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…