A commented example of solving the dining philosophers multithreading problem.
Go to file
Sergiotarxz 1908d8f29d Merge branch 'main' of git.owlcode.tech:sergiotarxz/dining-philosophers 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
README.md 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

dining-philosophers

A commented example of solving the dining philosophers multithreading problem.