MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / flushInteractiveUpdates

Function flushInteractiveUpdates

code/new-context-api/public/app.js:13340–13346  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13338 }
13339
13340 function flushInteractiveUpdates() {
13341 if (!isRendering && lowestPendingInteractiveExpirationTime !== NoWork) {
13342 // Synchronously flush pending interactive updates.
13343 performWork(lowestPendingInteractiveExpirationTime, false, null);
13344 lowestPendingInteractiveExpirationTime = NoWork;
13345 }
13346 }
13347
13348 function flushControlled(fn) {
13349 var previousIsBatchingUpdates = isBatchingUpdates;

Callers

nothing calls this directly

Calls 1

performWorkFunction · 0.70

Tested by

no test coverage detected