Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 394 Bytes

File metadata and controls

14 lines (10 loc) · 394 Bytes

reader-writer-pattern

A very simple implementation of the Producer Consumer pattern.

Getting Started

  1. Clone the repository
  2. Install Makefile

Running

  • 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.