mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
Merge pull request #1944 from Selflocking/patch-1
docs: add more info in threads
This commit is contained in:
commit
f3890cbae6
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue