mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-23 05:13:48 +00:00
This directory contains several variants on the dining philosophers example. philo - uses a single semaphore for synchronization. philo2 - uses a single mvar. philo3 - uses one semaphore per thread.