MCPcopy Index your code
hub / github.com/codeaashu/claude-code / yieldToEventLoop

Function yieldToEventLoop

src/native-ts/file-index/index.ts:325–327  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

323}
324
325export function yieldToEventLoop(): Promise<void> {
326 return new Promise(resolve => setImmediate(resolve))
327}
328
329export { CHUNK_MS }
330

Callers 2

buildAsyncMethod · 0.85
getDirectoryNamesAsyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected