Skip to content

🤔 In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.

License

Notifications You must be signed in to change notification settings

willianlim/philosophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Philosophers

🤔In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.

📥 Installation

git clone https://github.com/willianlim/philosophers

✍ Usage

# Entering the project directory
cd philosophers && cd philo

# Compiling the program
make

# Example of arguments that can be used to compile the program
./bin/philo 5 800 200 200

# Exclude the objects
make fclean

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

📝 License

About

🤔 In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published