Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ flushMicrotasks
Function
flushMicrotasks
packages/core/rxjs-interop/test/rx_resource_spec.ts:455–457 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
453
}
454
455
function
flushMicrotasks(): Promise<void> {
456
return
new
Promise((resolve) => setTimeout(resolve, 0));
457
}
Callers
1
rx_resource_spec.ts
File · 0.70
Calls
1
setTimeout
Function · 0.85
Tested by
no test coverage detected