Skip to main content

spawn_background

Function spawn_background 

Source
pub fn spawn_background(
    command: &str,
    output: &str,
    exit_code: i32,
) -> Result<(), Error>
Expand description

Spawn the learning process in the background by re-exec’ing ourselves.