MCPcopy Create free account
hub / github.com/microsoft/AI-Engineering-Coach / yieldToLoop

Function yieldToLoop

src/core/parser.ts:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79const PHASE_WIDTHS = [2, 8, 65, 10, 10, 5];
80
81function yieldToLoop(): Promise<void> {
82 return new Promise(r => setImmediate(r));
83}
84
85function withTimeout<T>(task: Promise<T>, ms: number): Promise<T | null> {
86 return Promise.race([

Callers 4

reportWorkspaceProgressFunction · 0.70
processWorkspacesFunction · 0.70
collectXcodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected