Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zoo-Code-Org/Zoo-Code
/ flushMicrotasks
Function
flushMicrotasks
src/core/task/__tests__/Task.spec.ts:2361–2361 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2359
// handler and reintroduce the crash risk on the extension host.
2360
2361
const
flushMicrotasks = () =>
new
Promise<void>((resolve) => setImmediate(resolve))
2362
2363
let
consoleErrorSpy: ReturnType<typeof vi.spyOn>
2364
Callers
1
Task.spec.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected