Skip to main content

spawn

Function spawn 

Source
pub fn spawn<I, S>(args: I) -> Result<i32>
where I: IntoIterator<Item = S>, S: Into<String>,
Expand description

Run bsdkrun <args> inheriting the parent’s stdio (interactive).

Blocks until the child exits and returns its exit code. Used by crate::Sandbox::shell.