Skip to main content

run

Function run 

Source
pub async fn run(
    config: Config,
    auth: impl AuthBackend + 'static,
) -> Result<(), ServerError>
Expand description

Run the server (blocking until error, no graceful shutdown). For backward compatibility with existing code.