cocoa - performSelector:onThread: when the target thread is blocked -


yes, i'm being lazy.

what happens when call performselector:onthread:... , pass in thread that's blocked (on synchronous i/o, instance)? selector queued executed later?

yep. i'm pretty sure gets added thread's runloop performed on next iteration.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -