Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ cancelHostTimeout
Function
cancelHostTimeout
packages/scheduler/src/forks/SchedulerMock.js:444–447 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
442
}
443
444
function
cancelHostTimeout(): void {
445
scheduledTimeout = null;
446
timeoutTime = -1;
447
}
448
449
function
shouldYieldToHost(): boolean {
450
if
(
Callers
2
flushWork
Function · 0.70
unstable_scheduleCallback
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected