- runInNewThread
Creates and starts a new
NSThread
object and then runs the receiving connection in the new thread.
新しいNSThread
オブジェクトを作成して開始します、それから受信する接続を新しいスレッドにおいて実行します。
multipleThreadsEnabled
A Boolean value that indicates whether the receiver supports requests from multiple threads.
レシーバが複数のスレッドからの要請をサポートするかどうかを指し示すブール値。
- addRunLoop:
Adds the specified run loop to the list of run loops the receiver monitors and from which it responds to requests.
指定された実行ループを、レシーバが監視するそしてそれからそれが要請に応答する実行ループのリストに加えます。
- removeRunLoop:
Removes a given
NSRunLoop
object from the list of run loops the receiver monitors and from which it responds to requests.
与えられたNSRunLoop
オブジェクトを、レシーバが監視するそしてそれからそれが要請に応答する実行ループのリストから取り除きます。