summaryrefslogtreecommitdiff
path: root/exercises/threads
diff options
context:
space:
mode:
authordelet0r <lucas@humfeldt.de>2018-11-26 16:43:42 +0100
committerdelet0r <lucas@humfeldt.de>2018-11-26 16:43:42 +0100
commit0973e600566baa0071cfd050bdfbf62a3e72b43e (patch)
treed179ddf2dc57dd770971a83dd28c7247f372cfbd /exercises/threads
parentd7b62988f6eac28f1970ac7cd03949c867c00ec4 (diff)
Created sub READMEs for CLI only version
Sub READMEs contain the relevant resources from the main README of the web version. All second edition Rust Book links were updated to the 2018 edition. Fixed to typos in main README.md.
Diffstat (limited to 'exercises/threads')
-rw-r--r--exercises/threads/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/exercises/threads/README.md b/exercises/threads/README.md
new file mode 100644
index 0000000..6e7d789
--- /dev/null
+++ b/exercises/threads/README.md
@@ -0,0 +1 @@
+For this exercise check out the [Dining Philosophers example](https://doc.rust-lang.org/1.4.0/book/dining-philosophers.html) and the chapter [Concurrency](https://doc.rust-lang.org/book/second-edition/ch16-01-threads.html) of the Rust Book. \ No newline at end of file