run_single_ring_shm

Function run_single_ring_shm 

Source
pub fn run_single_ring_shm(
    spec: &PipelineSpecV1,
    lane_path: PathBuf,
    input: &[u8],
) -> Result<Vec<u8>, ExecError>
Expand description

Run a SingleRing spec over a SHM SequencedSlots backing.

This is a minimal v1 in-process executor intended for bring-up tests.