Skip to main content

run_app

Function run_app 

Source
pub async fn run_app(
    tracker: &TaskTracker,
    token: &CancellationToken,
) -> Result<(), FatalError>
Expand description

Runs the server, delegating errors to the caller.