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

Function schedulePerformWorkUntilDeadline

docs/index.js:2670–2672  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2668 startTime = -1;
2669 if ("function" === typeof localSetImmediate)
2670 var schedulePerformWorkUntilDeadline = function () {
2671 localSetImmediate(performWorkUntilDeadline);
2672 };
2673 else if ("undefined" !== typeof MessageChannel) {
2674 var channel = new MessageChannel(),
2675 port = channel.port2;

Callers 2

performWorkUntilDeadlineFunction · 0.85
requestHostCallbackFunction · 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…