pub fn run_sp(
spec: &PipelineSpecV1,
resolver: &dyn StageResolver,
options: SpShmOptions,
) -> Result<LaneGraphSpRuntime, ExecError>Expand description
Start an SP runtime for a LaneGraph spec (SHM-backed, thread-per-role).
pub fn run_sp(
spec: &PipelineSpecV1,
resolver: &dyn StageResolver,
options: SpShmOptions,
) -> Result<LaneGraphSpRuntime, ExecError>Start an SP runtime for a LaneGraph spec (SHM-backed, thread-per-role).