Difference between NSThread and detachNewThreadSelector:toTarget:withObject:
Posted
by ryyst
on Stack Overflow
See other posts from Stack Overflow
or by ryyst
Published on 2010-04-25T09:39:02Z
Indexed on
2010/04/25
9:43 UTC
Read the original article
Hit count: 280
nsthread
Hi,
In the NSThread documentation, I came across the method detachNewThreadSelector:toTarget:withObject:
.
What's the difference between that method and creating a thread with initWithTarget:selector:object:
and then starting it with start
?
Thanks!
-- Ry
© Stack Overflow or respective owner