https://github.com/marineks/42_philosophers
Prompt : The aim of this project is to learn the basics of threading a process, how to make threads and discover the mutex.
https://github.com/marineks/42_philosophers
42 42born2code 42projects common-core philosophers threads
Last synced: 3 months ago
JSON representation
Prompt : The aim of this project is to learn the basics of threading a process, how to make threads and discover the mutex.
- Host: GitHub
- URL: https://github.com/marineks/42_philosophers
- Owner: marineks
- Created: 2021-12-28T16:20:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-17T13:44:04.000Z (over 3 years ago)
- Last Synced: 2025-01-10T22:47:47.634Z (5 months ago)
- Topics: 42, 42born2code, 42projects, common-core, philosophers, threads
- Language: C
- Homepage:
- Size: 1.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 42_Philosophers
Prompt : The aim of this project is to learn the basics of threading a process, how to make threads and discover the mutex.