func schedule(in: RunLoop, forMode : RunLoop.Mode)
Adds the service to the specified run loop.
サービスをこの指定された実行ループに加えます。
Availability 有効性
Technology
aRunLoop
The run loop from which to remove the receiver. それからレシーバを取り除くことになる実行ループ。
mode
You can use this method in conjunction with schedule(in:
to transfer the service to a different run loop. Although it is possible to remove an NSNet
object completely from any run loop and then attempt actions on it, it is an error to do so.
あなたは、このメソッドをschedule(in:
と協力して使って、サービスを異なる実行ループに移すことができます。あるNSNet
オブジェクトを完全に何らかの実行ループから取り除いてそれからそれの上で様々な活動を試みることが可能であるとはいえ、そうすることはエラーになります。
func schedule(in: RunLoop, forMode : RunLoop.Mode)