MCPcopy Create free account
hub / github.com/reactjs/react-rails / runWithPriority$1

Function runWithPriority$1

lib/assets/react-source/development/react.js:14732–14735  ·  view source on GitHub ↗
(reactPriorityLevel, fn)

Source from the content-addressed store, hash-verified

14730 }
14731
14732 function runWithPriority$1(reactPriorityLevel, fn) {
14733 var priorityLevel = reactPriorityToSchedulerPriority(reactPriorityLevel);
14734 return Scheduler_runWithPriority(priorityLevel, fn);
14735 }
14736 function scheduleCallback(reactPriorityLevel, callback, options) {
14737 var priorityLevel = reactPriorityToSchedulerPriority(reactPriorityLevel);
14738 return Scheduler_scheduleCallback(priorityLevel, callback, options);

Callers 8

startTransitionFunction · 0.85
commitUnmountFunction · 0.85
syncUpdatesFunction · 0.85
discreteUpdates$1Function · 0.85
flushSyncFunction · 0.85
commitRootFunction · 0.85
flushPassiveEffectsFunction · 0.85

Calls 1

Tested by

no test coverage detected