diff options
| author | liv <mokou@fastmail.com> | 2022-09-29 10:47:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-29 10:47:56 +0200 |
| commit | cade600c912d4d39d9e6ba602a9e21467cb324bd (patch) | |
| tree | 27479a6b954fd88003474a1bd162dd9324374585 /info.toml | |
| parent | 069e55c5ee5f47932da45eeaad5cc9d7e8188156 (diff) | |
| parent | c0b3194a55da75c6404944e01f032c2a92ea5b0c (diff) | |
Merge pull request #1203 from skaunov/patch-2
Correct a link in `threads1` `hint`
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 |
