Skip to main content

spawn_from_driver

Function spawn_from_driver 

Source
pub fn spawn_from_driver(driver: ProcessDriver) -> SpawnedProcess
Expand description

Adapt an externally-driven process into the standard spawned-process handle. Build a SpawnedProcess from a driver that supplies stdin/output/exit channels.