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
Post a Comment