If I use standard Threading.Threa d threads, I can issue a Join on the thread
variable and wait for it to complete. How can I do this on the Background
Worker Threads in a threadpool without looping. Basically, I will be
queuing an unknown number of worker threads in the pool and I need to wait
for them all to complete.
Thanks,
Mike Ober.
variable and wait for it to complete. How can I do this on the Background
Worker Threads in a threadpool without looping. Basically, I will be
queuing an unknown number of worker threads in the pool and I need to wait
for them all to complete.
Thanks,
Mike Ober.
Comment