runInNewThread
Creates and starts a new NSThread object and then runs the receiving connection in the new thread.
Declaration
- (void) runInNewThread;Discussion
If the newly created thread is the first to be detached from the current thread, this method posts an NSWillBecomeMultiThreaded with nil to the default notification center.