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
pub async fn run_with_config<S>(
service: S,
config: ShmSessionConfig,
) -> Result<(), CellError>where
S: ServiceDispatch,Run a single-service cell with custom SHM configuration