This project is the 8th project as a student at 1337. In this project, we will learn the basics of threading a process. We will see how to create threads and we will discover mutexes.
hel-makh/Philosophers
This project is about The dining philosophers problem, where multithreading/multiprocessing and mutexes/semaphores are used to solve the problem.
C