pub fn with_in_background<T: AsRef<OsStr>>(
    path: T,
    app: impl Into<String>
) -> JoinHandle<Result<()>>
Expand description

Open path with the given application in a new thread.

See documentation of with() for more details.