MCPcopy Create free account
hub / github.com/microsoft/SandDance / unstable_continueExecution

Function unstable_continueExecution

docs/external/js/react.development.js:2827–2833  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2825 }
2826
2827 function unstable_continueExecution() {
2828
2829 if (!isHostCallbackScheduled && !isPerformingWork) {
2830 isHostCallbackScheduled = true;
2831 requestHostCallback(flushWork);
2832 }
2833 }
2834
2835 function unstable_getFirstCallbackNode() {
2836 return peek(taskQueue);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected