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

addRunLoop:

Adds the specified run loop to the list of run loops the receiver monitors and from which it responds to requests. 指定された実行ループを、レシーバが監視するそしてそれからそれが要請に応答する実行ループのリストに加えます。

Declaration 宣言

- (void)addRunLoop:(NSRunLoop *)runloop;

Parameters パラメータ

runloop

The run loop to add to the receiver. レシーバに加えることのなる実行ループ。

Discussion 議論

This method is invoked automatically when a request comes in from a new run loop if enableMultipleThreads has been set. このメソッドは、リクエストが新しい実行ループから来る時に自動的に発動します、もしenableMultipleThreadsが設定されているならば。

See Also 参照

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