MCPcopy Create free account
hub / github.com/plotly/dash / workLoopSync

Function workLoopSync

dash/deps/react-dom@18.3.1.js:26512–26517  ·  view source on GitHub ↗

@noinline

()

Source from the content-addressed store, hash-verified

26510
26511
26512 function workLoopSync() {
26513 // Already timed out, so perform work without checking if we need to yield.
26514 while (workInProgress !== null) {
26515 performUnitOfWork(workInProgress);
26516 }
26517 }
26518
26519 function renderRootConcurrent(root, lanes) {
26520 var prevExecutionContext = executionContext;

Callers 1

renderRootSyncFunction · 0.70

Calls 1

performUnitOfWorkFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…