pub fn spawn_host(
args: HostSpawnArgs<'_>,
) -> Result<(Child, ShmMapping, EventPair, String), String>Expand description
Spawn the unified maolan-plugin-host binary and set up SHM + event pipes.
pub fn spawn_host(
args: HostSpawnArgs<'_>,
) -> Result<(Child, ShmMapping, EventPair, String), String>Spawn the unified maolan-plugin-host binary and set up SHM + event pipes.