pub async fn run_with_session<F, S>(factory: F) -> Result<(), CellError>Expand description
Run a single-service cell, but let the service factory access the RpcSession.
This variant is useful for cells that need to make outgoing RPC calls during setup.
It starts the demux loop in a background task before invoking factory.