func perform(() -> Void)
Schedules a block that the run loop invokes.
実行ループを発動するあるブロックを予定します。
func perform(inModes : [RunLoop.Mode], block: () -> Void)
Schedules a block that the run loop invokes when it’s running in any of the specified modes.
あるブロックを予定します、それは実行ループを、それが指定されたモードそれらのうちどれかにおいて動作する時に発動するものです。
func perform(Selector, target: Any, argument: Any?, order: Int, modes: [RunLoop.Mode])
Schedules the sending of a message on the receiver.
レシーバ上でメッセージの送信を予定します。
func cancelPerform (Selector, target: Any, argument: Any?)
Cancels the sending of a previously scheduled message.
以前に予定されたメッセージの送信を取り消します。