🤔In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.
git clone https://github.com/willianlim/philosophers
# 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
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.
- Licença de software
LICENSE