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

Function requestHostCallback

packages/scheduler/src/forks/Scheduler.js:549–554  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

547}
548
549function requestHostCallback() {
550 if (!isMessageLoopRunning) {
551 isMessageLoopRunning = true;
552 schedulePerformWorkUntilDeadline();
553 }
554}
555
556function requestHostTimeout(
557 callback: (currentTime: number) => void,

Callers 2

handleTimeoutFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected