C++, Python & Threads

Courageous jkraska at san.rr.com
Sun Mar 3 16:27:31 EST 2002


>>(I need to kill threads without adding controls on them, and it
>>seems not to be posible). 

??

A thread should usually kill itself. This is generally accomplished
by sending it a message of some kind.

C//




More information about the Python-list mailing list