A commented example of solving the dining philosophers multithreading problem.
Go to file
sergiotarxz cbebeb6585 Initial commit 2023-04-19 00:31:43 +02:00
LICENSE Initial commit 2023-04-19 00:31:43 +02:00
README.md Initial commit 2023-04-19 00:31:43 +02:00

README.md

dining-philosophers

A commented example of solving the dining philosophers multithreading problem.