Function open::that_in_background

source ·
pub fn that_in_background(path: impl AsRef<OsStr>) -> JoinHandle<Result<()>>
Expand description

Open path with the default application in a new thread to assure it’s non-blocking.

See documentation of that() for more details.