Skip to content

Commit

Permalink
Merge pull request #1944 from Selflocking/patch-1
Browse files Browse the repository at this point in the history
docs: add more info in threads
  • Loading branch information
shadows-withal committed Apr 8, 2024
2 parents 459c521 + f714534 commit f3890cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exercises/20_threads/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Within your program, you can also have independent parts that run simultaneously

- [Dining Philosophers example](https://doc.rust-lang.org/1.4.0/book/dining-philosophers.html)
- [Using Threads to Run Code Simultaneously](https://doc.rust-lang.org/book/ch16-01-threads.html)
- [Using Message Passing to Transfer Data Between Threads](https://doc.rust-lang.org/book/ch16-02-message-passing.html)

0 comments on commit f3890cb

Please sign in to comment.