newbieKing
Programmer
Hello,
I'm trying to execute a bunch of threads in the inner loop but only one batch of inner threads at a time. How do I stop the outer loop until the inner loop threads finish running?
Thanks in advance!
Outline:
outer
{
not concurrent
inner{
executes
concurrent threads
}
}
I'm trying to execute a bunch of threads in the inner loop but only one batch of inner threads at a time. How do I stop the outer loop until the inner loop threads finish running?
Thanks in advance!
Outline:
outer
{
not concurrent
inner{
executes
concurrent threads
}
}