Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZenNotes/zennotes
/ flushAsyncWork
Function
flushAsyncWork
packages/app-core/src/store.test.ts:81–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
async
function
flushAsyncWork(): Promise<void> {
82
await
new
Promise((resolve) => window.setTimeout(resolve, 0))
83
}
84
85
function
deferred<T>(): {
86
promise: Promise<T>
Callers
1
store.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected