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.
threads1
hint
1 parent 2398f37 commit c0b3194Copy full SHA for c0b3194
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