Skip to content

Instantly share code, notes, and snippets.

@LethalMaus
Last active April 9, 2026 19:31
Show Gist options
  • Select an option

  • Save LethalMaus/2548569342be9ba71b4f5e62a027001d to your computer and use it in GitHub Desktop.

Select an option

Save LethalMaus/2548569342be9ba71b4f5e62a027001d to your computer and use it in GitHub Desktop.
Deferred runtime startup code
onStartupRouteReady {
postToNextUiTurn {
waitBrieflyForFirstFrameToSettle()
trace("DeferredRuntimeStartup") {
startBackgroundService()
requestMissingStorageAccessIfNeeded()
initializeFileWatcher()
connectRuntimeClient()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment