func remove(Port, forMode : RunLoop.Mode)
Removes a port from the specified input mode of the run loop.
あるポートを実行ループのこの指定された入力モードから取り除きます。
Availability 有効性
Technology
aPort
The port to add to the receiver. レシーバに加えることになるポート。
mode
The mode in which to add a
.
それにおいてa
を加えることになるモード。
You may specify a custom mode or use one of the modes listed in Run Loop Modes
.
This method schedules the port with the receiver. You can add a port to multiple input modes. When the receiver is running in the specified mode, it dispatches messages destined for that port to the port’s designated handler routine. このメソッドは、ポートをレシーバで予定します。あなたは、ポートを複数の入力モードで加えることができます。レシーバが指定されたモードにおいて動作している場合、それはそのポートに向けられたメッセージをそのポートのもつ行き先ハンドラルーチンに発送します。
func remove(Port, forMode : RunLoop.Mode)