We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 069e55c + c0b3194 commit cade600Copy full SHA for cade600
info.toml
@@ -969,7 +969,7 @@ https://doc.rust-lang.org/std/thread/fn.spawn.html
969
970
A challenge with multi-threaded applications is that the main thread can
971
finish before the spawned threads are completed.
972
-https://doc.rust-lang.org/book/ch16-01-threads.html#waiting-for-all-threads-to-finish-using-join-handle
+https://doc.rust-lang.org/book/ch16-01-threads.html#waiting-for-all-threads-to-finish-using-join-handles
973
974
Collect the JoinHandles and wait for them to finish.
975
https://doc.rust-lang.org/std/thread/struct.JoinHandle.html
0 commit comments