MCPcopy Create free account
hub / github.com/microsoft/SandDance / markSchedulerUnsuspended

Function markSchedulerUnsuspended

docs/external/js/react.development.js:2486–2492  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

2484 }
2485 }
2486 function markSchedulerUnsuspended(ms) {
2487 {
2488 if (eventLog !== null) {
2489 logEvent([SchedulerResumeEvent, ms * 1000, mainThreadIdCounter]);
2490 }
2491 }
2492 }
2493
2494 /* eslint-disable no-var */
2495 // Math.pow(2, 30) - 1

Callers 1

flushWorkFunction · 0.85

Calls 1

logEventFunction · 0.85

Tested by

no test coverage detected