$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Dhanvi Kapila (boostguy_at_[hidden])
Date: 2006-02-09 23:13:54
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