MCPcopy
hub / github.com/facebook/react / scheduleWork

Function scheduleWork

packages/react-server/src/ReactServerStreamConfigBun.js:24–26  ·  view source on GitHub ↗
(callback: () => void)

Source from the content-addressed store, hash-verified

22export type BinaryChunk = $ArrayBufferView;
23
24export function scheduleWork(callback: () => void) {
25 setTimeout(callback, 0);
26}
27
28export const scheduleMicrotask = queueMicrotask;
29

Callers 7

pingTaskFunction · 0.90
startWorkFunction · 0.90
enqueueFlushFunction · 0.90
pingTaskFunction · 0.90
startWorkFunction · 0.90
enqueueFlushFunction · 0.90
abortFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected