Skip to content

rbourgeat/philosophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

philosophers

This project is an introduction to the basics of process threading, and how work on the same memory space. You will learn how to do threads. You will learn about mutexes, semaphores, and shared memory.