Function open::that_in_background [−][src]
pub fn that_in_background<T: AsRef<OsStr> + Sized>(
path: T
) -> JoinHandle<Result<ExitStatus>>
Convenience function for opening the passed path in a new thread.
See documentation of that(...)
for more details.