pub async fn run_app(
tracker: &TaskTracker,
token: &CancellationToken,
) -> Result<(), FatalError>Expand description
Runs the server, delegating errors to the caller.
pub async fn run_app(
tracker: &TaskTracker,
token: &CancellationToken,
) -> Result<(), FatalError>Runs the server, delegating errors to the caller.