When Would Anyone Want To Use NSThreads over the GCD?

Viewed 508

Are there any cases when anyone would want to use raw NSThreads instead of GCD for concurrency? I love the GCD, but I want to know if I will need to use NSThreads for Cocoa/Cocoa-Touch eventually.

3 Answers
Related