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

remove(from:forMode:)

Removes the receiver from the run loop mode mode of runLoop. レシーバをrunLoopの実行ループモードmodeから取り除きます。

Declaration 宣言

func remove(from runLoop: RunLoop, 
    forMode mode: RunLoop.Mode)

Parameters パラメータ

runLoop

The run loop from which to remove the receiver. それからレシーバを取り除くことになる実行ループ。

mode

The run loop mode from which to remove the receiver. それからレシーバを取り除くことになる実行ループモード。

Discussion 議論

When the receiver is removed, the run loop stops monitoring the Mach port for incoming messages. レシーバが取り除かれる時、実行ループはMachポートをやってくるメッセージに対して監視することを停止します。

See Also 参照

Scheduling the Port on a Run Loop ポートを実行ループ上で予定する