Posted By:
Andi_New
Posted On:
Monday, February 24, 2003 07:13 AM
Hi Gurus
Please can anyone help me ?
I have a main thread that is forked into 3 threads
(main thread and 2 other threads)
Now the main thread waits until the fastest one of the 2 threads finishes. (OR gate)
Is this possible with join() ?
I need to know, which one of the 2 threads did finish first and then stop the slower thread
Thanks