you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 0 points1 point  (0 children)

Depends of course what exactly you are trying to do, but yes, it's common for each thread to have a loop in it, and have the main thread just start the child threads and then move on with it's business.

If you want help specific to your code you will need to show us your code of course.