A very simple implementation of the Producer Consumer pattern.
- Clone the repository
- Install Makefile
- cd into root file
- run make command
- execute ./appname
- It will start a hard coded number of producers and consumers, 3 each, that will do their expected jobs until the user stops the program, by pressing CTRL-Z and CTRL-C.