Skip to content

Commit

Permalink
Merge pull request #1203 from skaunov/patch-2
Browse files Browse the repository at this point in the history
Correct a link in `threads1` `hint`
  • Loading branch information
shadows-withal authored Sep 29, 2022
2 parents 069e55c + c0b3194 commit cade600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ https://doc.rust-lang.org/std/thread/fn.spawn.html
A challenge with multi-threaded applications is that the main thread can
finish before the spawned threads are completed.
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
Collect the JoinHandles and wait for them to finish.
https://doc.rust-lang.org/std/thread/struct.JoinHandle.html
Expand Down

0 comments on commit cade600

Please sign in to comment.