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

Function workLoopConcurrent

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

@noinline

()

Source from the content-addressed store, hash-verified

26587
26588
26589 function workLoopConcurrent() {
26590 // Perform work until Scheduler asks us to yield
26591 while (workInProgress !== null && !shouldYield()) {
26592 performUnitOfWork(workInProgress);
26593 }
26594 }
26595
26596 function performUnitOfWork(unitOfWork) {
26597 // The current, flushed, state of this fiber is the alternate. Ideally

Callers 1

renderRootConcurrentFunction · 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…