()
| 2453 | } |
| 2454 | |
| 2455 | export function renderDidSuspend(): void { |
| 2456 | if (workInProgressRootExitStatus === RootInProgress) { |
| 2457 | workInProgressRootExitStatus = RootSuspended; |
| 2458 | } |
| 2459 | } |
| 2460 | |
| 2461 | export function renderDidSuspendDelayIfPossible(): void { |
| 2462 | workInProgressRootExitStatus = RootSuspendedWithDelay; |