
9 Feb
2006
9 Feb
'06
9:13 p.m.
Hi, Delfin Rojas wrote:
How are you preventing your program from ending before the thread finishes (or even starts up)? In other words, what do you do after you create an instance of MyThread? Do you wait for some time? No.. I am not. The code works after I call join() on the thread. Thanks for pointing that out.
Another question : Does boost have exit handlers for threads ? -Dhanvi