Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 308 Bytes

File metadata and controls

5 lines (4 loc) · 308 Bytes

service_queue

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