MCPcopy Create free account
hub / github.com/reactjs/react-rails / workLoopSync

Function workLoopSync

lib/assets/react-source/development/react.js:25822–25827  ·  view source on GitHub ↗

@noinline

()

Source from the content-addressed store, hash-verified

25820
25821
25822 function workLoopSync() {
25823 // Already timed out, so perform work without checking if we need to yield.
25824 while (workInProgress !== null) {
25825 workInProgress = performUnitOfWork(workInProgress);
25826 }
25827 }
25828 /** @noinline */
25829
25830

Callers 1

performSyncWorkOnRootFunction · 0.85

Calls 1

performUnitOfWorkFunction · 0.85

Tested by

no test coverage detected