pub(crate) fn main()Expand description
Process entry point. suppress_os_crash_dialogs() runs FIRST — before the
Tokio runtime is built. The runtime is built explicitly here (rather than
via #[tokio::main], whose generated wrapper would construct it before any
of our code runs) so a fault during runtime construction can’t surface the
Windows crash modal either. Spec:
docs/specs/SPEC_SERVICE_SUPERVISION_AND_RECOVERY_2026_05_20.md.