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

Function pushAsyncDispatcher

docs/index.js:14170–14174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14168 return null === prevDispatcher ? ContextOnlyDispatcher : prevDispatcher;
14169}
14170function pushAsyncDispatcher() {
14171 var prevAsyncDispatcher = ReactSharedInternals.A;
14172 ReactSharedInternals.A = DefaultAsyncDispatcher;
14173 return prevAsyncDispatcher;
14174}
14175function renderDidSuspendDelayIfPossible() {
14176 workInProgressRootExitStatus = 4;
14177 workInProgressRootDidSkipSuspendedSiblings ||

Callers 2

renderRootSyncFunction · 0.85
renderRootConcurrentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…