run_with_config

Function run_with_config 

Source
pub async fn run_with_config<S>(
    service: S,
    config: ShmSessionConfig,
) -> Result<(), CellError>
where S: ServiceDispatch,
Expand description

Run a single-service cell with custom SHM configuration

This automatically sets up rapace-tracing to forward logs to the host. When running in hub mode (with --peer-id), this automatically sends a CellLifecycle.ready() signal to the host after the session is established.