MCPcopy Create free account
hub / github.com/BetaSu/big-react / workLoopConcurrent

Function workLoopConcurrent

packages/react-reconciler/src/workLoop.ts:396–400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

394 }
395}
396function workLoopConcurrent() {
397 while (workInProgress !== null && !unstable_shouldYield()) {
398 performUnitOfWork(workInProgress);
399 }
400}
401
402function performUnitOfWork(fiber: FiberNode) {
403 const next = beginWork(fiber, wipRootRenderLane);

Callers 1

renderRootFunction · 0.85

Calls 1

performUnitOfWorkFunction · 0.85

Tested by

no test coverage detected