MCPcopy Index your code
hub / github.com/caseywebdev/react-list / workLoopConcurrent

Function workLoopConcurrent

docs/index.js:14365–14368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14363 return workInProgressRootExitStatus;
14364}
14365function workLoopConcurrent() {
14366 for (; null !== workInProgress && !shouldYield(); )
14367 performUnitOfWork(workInProgress);
14368}
14369function performUnitOfWork(unitOfWork) {
14370 var next = beginWork(unitOfWork.alternate, unitOfWork, entangledRenderLanes);
14371 unitOfWork.memoizedProps = unitOfWork.pendingProps;

Callers 1

renderRootConcurrentFunction · 0.85

Calls 1

performUnitOfWorkFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…