summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorliv <mokou@fastmail.com>2022-09-29 10:47:56 +0200
committerGitHub <noreply@github.com>2022-09-29 10:47:56 +0200
commitcade600c912d4d39d9e6ba602a9e21467cb324bd (patch)
tree27479a6b954fd88003474a1bd162dd9324374585 /info.toml
parent069e55c5ee5f47932da45eeaad5cc9d7e8188156 (diff)
parentc0b3194a55da75c6404944e01f032c2a92ea5b0c (diff)
Merge pull request #1203 from skaunov/patch-2
Correct a link in `threads1` `hint`
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index e8ba1c3..a840f9b 100644
--- a/info.toml
+++ b/info.toml
@@ -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