Expand description
Runtime wiring helpers: tracing registry install, signal binding.
Enums§
- LogFormat
- Log format selector — driven by the
--log-formatflag or thelog.formatconfig key.
Functions§
- bind_
shutdown_ signals - Spawn a task that cancels
tokenonSIGINT(and on Unix,SIGTERM). Returns immediately; the spawned task lives until either signal fires or the runtime shuts down. - install_
tracing - Install the framework’s
tracing-subscriberregistry. Idempotent — a second call is a no-op (respecting theOnce-gated install).