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

enableMultipleThreads

Configures the receiver to allow requests from multiple threads to the remote object, without requiring each thread to each maintain its own connection. レシーバを構成設定することで複数のスレッドからリモートオブジェクトへ要請することを可能にします、各スレッドが各々それ自身の接続を保守する必要なしにです。

Declaration 宣言

- (void)enableMultipleThreads;

Discussion 議論

In macOS 10.5 and later, multiple thread support is enabled by default and this method does nothing. macOS 10.5以降では、複数のスレッドサポートが初期状態で利用可能にされます、そしてこのメソッドは何もしません。

See Also 参照

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