$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Delfin Rojas (drojas_at_[hidden])
Date: 2006-02-10 11:51:57
> Dhanvi Kapila 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.
>
You're welcome.
> Another question : Does boost have exit handlers for threads ?
What do you mean with "exit handlers"? Can you provide an example?
-delfin