
27 Oct
2009
27 Oct
'09
10:47 p.m.
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...
Is there a way to hook the main thread shutting down?
On windows you can use on_thread_exit(). In Christ, Steven Watanabe