MCPcopy 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

flushNextFunction · 0.85
addFunction · 0.85

Calls 1

flushNextFunction · 0.85

Tested by

no test coverage detected