We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5927784 commit d45e4c6Copy full SHA for d45e4c6
src/lib.rs
@@ -109,6 +109,7 @@ pub fn that<T: AsRef<OsStr> + Sized>(path: T) -> io::Result<ExitStatus> {
109
}
110
111
/// Convenience function for opening the passed path in a new thread.
112
+/// See documentation of `that(...)` for more details.
113
pub fn that_in_background<T: AsRef<OsStr> + Sized>(
114
path: T,
115
) -> thread::JoinHandle<io::Result<ExitStatus>> {
0 commit comments