Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clientdb/clientdb
/ scheduleNext
Function
scheduleNext
core/utils/pushQueue.ts:97–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
}
96
97
function
scheduleNext() {
98
setTimeout(() => flushNext(), 0);
99
}
100
101
async
function
add<T>(task: Task<T>) {
102
queue.add(task);
Callers
2
flushNext
Function · 0.85
add
Function · 0.85
Calls
1
flushNext
Function · 0.85
Tested by
no test coverage detected