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

Function processTurnImpl

packages/core/src/app/createApp.ts:249–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247 let deferredInlineFatal: Readonly<{ code: ZrUiErrorCode; detail: string }> | null = null;
248
249 let processTurnImpl: (items: readonly WorkItem[]) => void = () => undefined;
250 let tryRenderOnceImpl: () => void = () => undefined;
251 const scheduler = new TurnScheduler<WorkItem>((items) => processTurnImpl(items));
252 const enqueueWorkItem = (item: WorkItem): void => {

Callers 1

createAppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected