- runInNewThread
Creates and starts a new
NSThread
object and then runs the receiving connection in the new thread.
新しいNSThread
オブジェクトを作成して開始します、それから受信する接続を新しいスレッドにおいて実行します。
- enableMultipleThreads
Configures the receiver to allow requests from multiple threads to the remote object, without requiring each thread to each maintain its own connection.
レシーバを構成設定することで複数のスレッドからリモートオブジェクトへ要請することを可能にします、各スレッドが各々それ自身の接続を保守する必要なしにです。
multipleThreadsEnabled
A Boolean value that indicates whether the receiver supports requests from multiple threads.
レシーバが複数のスレッドからの要請をサポートするかどうかを指し示すブール値。
- removeRunLoop:
Removes a given
NSRunLoop
object from the list of run loops the receiver monitors and from which it responds to requests.
与えられたNSRunLoop
オブジェクトを、レシーバが監視するそしてそれからそれが要請に応答する実行ループのリストから取り除きます。