diff options
| author | skaunov <65976143+skaunov@users.noreply.github.com> | 2022-09-17 00:26:05 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-17 00:26:05 +0300 |
| commit | c0b3194a55da75c6404944e01f032c2a92ea5b0c (patch) | |
| tree | 7205c3cd1570780320852adbbac3d2f0d574abde /info.toml | |
| parent | 2398f378b06fbb547cf3a3b292554a756d806c5e (diff) | |
Correct a link in `threads1` `hint`
It didn't work without last character
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
