Hi,
I have a project and I need to create mulitple queues that run concurrently. It is a queue simulation with
number of checkouts with a random probability of customers joining any one of the tills.
Are threads the best way of creating the queues? If yes, can you give me an example for me to work on. Thank you very much.
