A commented example of solving the dining philosophers multithreading problem.
Go to file
2023-04-19 00:33:52 +02:00
include Adding first commit. 2023-04-19 00:32:59 +02:00
src Adding first commit. 2023-04-19 00:32:59 +02:00
Doxyfile Adding first commit. 2023-04-19 00:32:59 +02:00
LICENSE Initial commit 2023-04-19 00:31:43 +02:00
meson.build Adding first commit. 2023-04-19 00:32:59 +02:00
README.md Initial commit 2023-04-19 00:31:43 +02:00

dining-philosophers

A commented example of solving the dining philosophers multithreading problem.