https://github.com/haletran/42_philosophers
Threads simulator
https://github.com/haletran/42_philosophers
Last synced: 13 days ago
JSON representation
Threads simulator
- Host: GitHub
- URL: https://github.com/haletran/42_philosophers
- Owner: Haletran
- License: mit
- Created: 2024-05-03T17:47:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T22:35:44.000Z (about 2 years ago)
- Last Synced: 2025-03-01T03:42:53.422Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 42_Philosophers
***I never thought philosophy would be so deadly***
In this project, you will learn the basics of threading a process.
You will see how to create threads and you will discover mutexes
## My tester
You can check out my tester on this repo : tester