iphone - When is a Cocoa callback given controll? -
I'm searching around the web for the answer to this one but the other side I was unable to get the answer It is quite normal that there is a possibility that I am missing some keywords here. Either way, the problem is as follows:
When the callback function in the ObjC (iPhone) is controlled?
Does this happen that the hierarchy is responsible for the reinforcement category? Can it be done in the middle of any other function call?
For example, we take NSURLConnection , we do not know or can not predict when it is happening didReiveiveResponse or others Call callback methods, can it be a case that I got didReiveiveResponse in the middle of any other function? (Extremely skeptical, but unable to get information about callback for end of run loop)
Cheers, Caspa
Is it possible that Resize Response is in the middle of another function?
No, one Code is not executed in parallel to the thread. Runlop executes all messages and dispatches them in sequentials. . Even Anstiimrs are also guaranteed fire for accuracy because they are theoretically capable of because they like everything else wait Rnlop.
Comments
Post a Comment