I have a thread group that does stuff for X number of loops. I have 2 other thread groups that I want to loop until the first thread group has completed.
How can I synchronize the other thread groups to only loop until the first thread group has completed it's loops?