Class | Philosopher |
In: |
karel/philosopher.rb
|
Parent: | Robot |
A class of robots that can execute the dining philosophers protocol. Demonstrates unchecked concurrency so deadlock can result.