Introduction - If you have any usage issues, please Google them yourself
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.