1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-08 17:01:32 +02:00

Update the link to the first dining philosophers exercise (#2153)

The current one leads to the same page.

https://google.github.io/comprehensive-rust/concurrency/async-exercises/dining-philosophers.html
This commit is contained in:
Jonathan Daniel 2024-06-25 16:50:20 +03:00 committed by GitHub
parent 2641370f34
commit 31d1182831
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,8 @@ minutes: 20
# Dining Philosophers --- Async
See [dining philosophers](dining-philosophers.md) for a description of the
problem.
See [dining philosophers](concurrency/sync-exercises/dining-philosophers.md) for
a description of the problem.
As before, you will need a local
[Cargo installation](../../cargo/running-locally.md) for this exercise. Copy the