Question about NSThread
Question about NSThread
- Subject: Question about NSThread
- From: "Eric E. Dolecki" <email@hidden>
- Date: Thu, 14 Jul 2011 10:08:53 -0400
I haven't done much research, but if I have a method that does a lot of
looping, can I just safely bust this off (fire and forget)?
[NSThread detachNewThreadSelector:@selector(generateBigData) toTarget:self
withObject:nil];
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden