M
Michael D. Ober
I have an application that needs to limit the number of simultaneous threads
that are executing at any given time. The threadpool appears to be ideal
for this. However, I need to have my Sub Main wait until all queued workers
are complete. Is there anyway to do this short of polling a counter?
Thanks,
Mike Ober.
that are executing at any given time. The threadpool appears to be ideal
for this. However, I need to have my Sub Main wait until all queued workers
are complete. Is there anyway to do this short of polling a counter?
Thanks,
Mike Ober.