
Hi,
----- Original Message -----
From: "cowwoc"
I think https://svn.boost.org/trac/boost/ticket/2739 prevents it from working.
Gili
Steven Watanabe-4 wrote:
AMDG
cowwoc wrote:
I am registering boost::this_thread::at_thread_exit() against one of my threads. When the main thread exits using "return 0" the at_thread_exit hook never gets invoked. Is this normal?
It's supposed to work for the main thread...
For me yes, but it dosn't works. The example attached to the ticket show the problem.
Is there a way to hook the main thread shutting down?
On windows you can use on_thread_exit().
The patch worked when I summited it. Anthony, I've see that you have started to integrate the patch for the thread attributes. Do you plan to integrate this patch also? Thanks, Vicente