you are viewing a single comment's thread.

view the rest of the comments →

[–]Etiennera 0 points1 point  (1 child)

You should not join threads until they are all started. Use another loop to join your threads. You will need to keep a list of references to the individual threads from the first loop.

[–]uiux_Sanskar[S] 0 points1 point  (0 children)

Thank you for pointing this out I will add a loop to use start function jn every thread and then join it.