Skip to main content

run_integrated_server_on

Function run_integrated_server_on 

Source
pub async fn run_integrated_server_on(
    config: Config,
    addr: SocketAddr,
    runtime: Arc<BackendRuntime>,
) -> Result<()>
Expand description

Run the integrated server on a specific address.

This is a convenience wrapper that creates a new Shutdown instance. For testing or custom shutdown handling, use run_integrated_server_on_with_shutdown.