Description: Multitreading. We created Producer(Chief) and 5 Consumers(Workers). Producer produces work, in our case it gives 20 different orders. Every order is being put in same queue which is shared with workers. First worker that is free to work executes incoming order.
To Search:
File list (Check if you may need any files):
MULTITREAD.txt