You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-12-23 23:12:52 +02:00
Use chopstick to explain why 2 are needed to eat. Limit async to 2 philosophers so they can deadlock in tokio. (Tested with [3, 4, 5] philosophers and they all were able to run without deadlock with lock ordering disabled.) --------- Co-authored-by: Sterling Stein <scubed2+git@gmail.com>