multithreading - Question about Thread + iPhone -


i having confusion threads.

suppose start thread in viewcontroller doing heavy processing. if pop viewcontroller while thread still in execution thread stop executing or whether continue execution.

it continue run until finishes or make stop. should either kill thread @ appropriate point, or make sure thread doesn't access stale objects.


Comments

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -