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

Function workLoopSync

docs/external/js/react-dom.development.js:22262–22267  ·  view source on GitHub ↗

@noinline

()

Source from the content-addressed store, hash-verified

22260
22261
22262 function workLoopSync() {
22263 // Already timed out, so perform work without checking if we need to yield.
22264 while (workInProgress !== null) {
22265 workInProgress = performUnitOfWork(workInProgress);
22266 }
22267 }
22268 /** @noinline */
22269
22270

Callers 1

performSyncWorkOnRootFunction · 0.85

Calls 1

performUnitOfWorkFunction · 0.85

Tested by

no test coverage detected