performSelector:onThread: when the target thread is blocked

Posted by psychotik on Stack Overflow See other posts from Stack Overflow or by psychotik
Published on 2010-04-27T15:11:45Z Indexed on 2010/04/27 15:13 UTC
Read the original article Hit count: 222

Filed under:

Yes, I'm being lazy.

What happens when I call performSelector:onThread:... and pass in a thread that's currently blocked (on synchronous I/O, for instance)? Does the selector just get queued to be executed later?

© Stack Overflow or respective owner

Related posts about cocoa