Function open::that_in_background

source ·
pub fn that_in_background<T: AsRef<OsStr>>(path: T) -> JoinHandle<Result<()>>
👎Deprecated: Use that() as it is non-blocking while making error handling easy.
Expand description

Open path with the default application in a new thread.

See documentation of that() for more details.