I need to create mulitple queues assignment that run concurrently. It is like a queue simulation with
number of checkouts with a random probability of clients, joining any one of the tills.
Are the threads best way of creating the queues? If right, can you give me an example for me to work on.