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

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -