MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / waitForFrame

Method waitForFrame

packages/bench/src/io.ts:98–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 waitForFrame(): Promise<void> {
99 if (this.stopped) return Promise.reject(new Error("LatchingBackend: stopped"));
100 return new Promise<void>((resolve, reject) => {
101 this.waiters.push({ resolve, reject });
102 });
103 }
104
105 reset(): void {
106 this.frameCount = 0;

Callers 12

runReziFunction · 0.45
runReziFunction · 0.45
runReziFunction · 0.45
runReziFunction · 0.45
runReziFunction · 0.45
runReziFunction · 0.45
runReziFunction · 0.45
runReziFunction · 0.45
runReziFunction · 0.45
runReziLineScenarioFunction · 0.45
runReziFunction · 0.45
runReziFunction · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected