Function start_with_config_and_shutdown

Source
pub async fn start_with_config_and_shutdown(
    config: ServerConfig,
    shutdown_rx: Receiver<()>,
) -> Result<()>
Expand description

Start a secure server with custom configuration and shutdown control