how can I block a thread until some other thread finished?

bearsprite bearsprite at gmail.com
Tue Dec 12 04:04:36 EST 2006


I start a thread A. In A, I start thread B,C,D,...

How can I block A until B,C,D,...(All the thread started by A) finished?




More information about the Python-list mailing list