[F-Script-talk] NSThreads and F-Script
Brought to you by:
pmougin
From: Jeremy S. <js...@ga...> - 2006-09-08 22:00:12
|
Is it possible use (void)detachNewThreadSelector:(SEL)aSelector toTarget:(id)aTarget withObject:(id)anArgument inside a block and call another block that is defined. I.E something like... Thread:=[ Do this in another tread."" pool := ((NSAutoreleasePool alloc) init). ...... [pool release]. ]. NSThread detachNewThreadSelector:#thread toTarget:self withObject:null. |