> On 4 Sep 2017, at 09:29, Marcel Timmerman <mt1...@gmail.com> wrote:
> I was wondering about the following,
> 
> When an Exception is thrown in a thread and is CATCHed  in another object, 
> will that block be run in the same thread as the Exception is thrown?

I think from 6.d onward, you can not rely on your code being executed in any 
specific thread, especially when using await(), but possibly more generally in 
the future.

So it feels like a premature optimisation depending on your code being executed 
by the same thread in *any* situation, but especially in the light of control 
exceptions.


Hope this is a useful answer  :-)



Liz

Reply via email to