F
Frankie
Just getting my feet wet with threading...
Is it the case that... once a method starts executing in a given thread,
that method will [can only] finish executing on that same thread? Or is it
possible for a given method to begin executing on a thread, and then finish
executing on another thread. I would think the former is true and the latter
false. Correct?
Thanks!
Is it the case that... once a method starts executing in a given thread,
that method will [can only] finish executing on that same thread? Or is it
possible for a given method to begin executing on a thread, and then finish
executing on another thread. I would think the former is true and the latter
false. Correct?
Thanks!