Re: NSThread
Re: NSThread
- Subject: Re: NSThread
- From: Martin Weil <email@hidden>
- Date: Thu, 09 May 2002 17:50:50 +0200
>
Flower *daisy = [[Flower alloc] init];
>
>
[NSThread detachNewThreadSelector:@selector(grow) toTarget:daisy
>
withObject:nil];
Ok, I have done that, but it did not work, no error but it does simply
nothing, can you tell me whats the difference between these methods?
Or perhaps you could tell me whats my mistake.
Sorry but I am new to it, and I hope I will learn it somehow...
Thanks for response,
Martin
--
http://www.mweil.net
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.