mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-14 14:46:43 +02:00
Remove unused Concurrency exercises page (#2411)
This was moved to the `concurrency/` directory.
This commit is contained in:
parent
a1b483a2f5
commit
a699430741
@ -1,16 +0,0 @@
|
|||||||
# Exercises
|
|
||||||
|
|
||||||
Let us practice our new concurrency skills with
|
|
||||||
|
|
||||||
- Dining philosophers: a classic problem in concurrency.
|
|
||||||
|
|
||||||
- Multi-threaded link checker: a larger project where you'll use Cargo to
|
|
||||||
download dependencies and then check links in parallel.
|
|
||||||
|
|
||||||
<details>
|
|
||||||
|
|
||||||
After looking at the exercises, you can look at the [solutions] provided.
|
|
||||||
|
|
||||||
[solutions]: solutions-morning.md
|
|
||||||
|
|
||||||
</details>
|
|
Loading…
x
Reference in New Issue
Block a user