What is the expected reaction on exception thrown from thread function?
I.e., is it expected that application terminates, or just the thread?
And if thread only terminates, what is impact on the application?
Thank you