Function run_axum_server

Source
pub(crate) async fn run_axum_server(
    http_listener: TcpListener,
    http_router: Router,
    shutdown_token: CancellationToken,
)