You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-06 22:45:40 +02:00
Remove unused Concurrency exercises page (#2411)
This was moved to the `concurrency/` directory.
This commit is contained in:
@ -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>
|
|
Reference in New Issue
Block a user