Say I have a method call busy doing stuff ie private void doNothingfor1minutes()
and it takes a minute to complete. (I must have an old computer did I hear you say?)
Before it completes something else happens like a new BarInProgress arives, or there is OnExecution or OnPositionUpdate activity.
Does program control pass to the new activity only when doNothingfor1minutes() completes, or does OnExecution or OnPositionUpdate wrest program control away immediately?
Hope that is clear.

Comment