MCPcopy Create free account
hub / github.com/caseywebdev/react-list / shouldYieldToHost

Function shouldYieldToHost

docs/index.js:2225–2227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2223 frameInterval = 5,
2224 startTime = -1;
2225function shouldYieldToHost() {
2226 return exports.unstable_now() - startTime < frameInterval ? !1 : !0;
2227}
2228function performWorkUntilDeadline() {
2229 if (isMessageLoopRunning) {
2230 var currentTime = exports.unstable_now();

Callers 1

performWorkUntilDeadlineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…