mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 09:28:25 +01:00
parent
aec125637b
commit
a3622ba294
1 changed files with 0 additions and 3 deletions
|
@ -367,9 +367,6 @@ fn spawn_receiver(
|
||||||
handles.push(handle);
|
handles.push(handle);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: once our MSRV supports scoped threads, it would probablly make sense to
|
|
||||||
// use that here
|
|
||||||
// Wait for all threads to exit before exiting the program.
|
|
||||||
let exit_codes = handles
|
let exit_codes = handles
|
||||||
.into_iter()
|
.into_iter()
|
||||||
.map(|handle| handle.join().unwrap())
|
.map(|handle| handle.join().unwrap())
|
||||||
|
|
Loading…
Reference in a new issue