1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-16 06:10:26 +02:00

Remove unused Concurrency exercises page (#2411)

This was moved to the `concurrency/` directory.
This commit is contained in:
Martin Geisler
2024-10-15 16:15:38 +02:00
committed by GitHub
parent a1b483a2f5
commit a699430741

View File

@ -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>