pub fn that_in_background(path: impl AsRef<OsStr>) -> JoinHandle<Result<()>>
Open path with the default application in a new thread to assure it’s non-blocking.
See documentation of that() for more details.
that()