Threading questions

Posted by JK on Stack Overflow See other posts from Stack Overflow or by JK
Published on 2010-04-16T04:59:31Z Indexed on 2010/04/16 5:03 UTC
Read the original article Hit count: 276

Filed under:
|
|
  1. If I spawn a secondary thread and the threaded method calls other methods, are those methods run in the secondary thread or the main thread?

  2. Is there a way to determine on which thread a specified piece of code is being run?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about cocoa-touch