Expand description
Runs the host until Ctrl-C, then cancels every adapter and waits for them.
Startup is sequenced so a bad config, schema, or address fails before
anything accepts traffic. Shutdown is cooperative: adapters observe the
cancellation token in their own run loops.
Functionsยง
- init_
tracing ๐ - serve ๐Loads
config_path, starts the enabled adapters, and blocks until Ctrl-C. - stats_
ticker ๐Installs the process-wide tracing subscriber.