1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-11-21 13:25:53 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>