This application creates 2 threads. Thread 1 will read service requests from the user and enqueue them. Thread 2 will service these requests in a FIFO manner.
Instructions. Navigate to the root directory (in a linux terminal) and type make. The application should be built in that directory