Instance Method インスタンスメソッド

runInNewThread

Creates and starts a new NSThread object and then runs the receiving connection in the new thread. 新しいNSThreadオブジェクトを作成して開始します、それから受信する接続を新しいスレッドにおいて実行します。

Declaration 宣言

- (void)runInNewThread;

Discussion 議論

If the newly created thread is the first to be detached from the current thread, this method posts an NSWillBecomeMultiThreadedNotification with nil to the default notification center. 新しく作成されたスレッドが現在のスレッドから分離されることになる最初のものならば、このメソッドはNSWillBecomeMultiThreadedNotificationnilとともに省略時の通知センターへと投函します。

See Also 参照

Running the Connection in a New Thread 新しいスレッドにおける接続を実行する