class var current: RunLoop
Returns the run loop for the current thread.
現在のスレッドに対する実行ループを返します。
var currentMode : RunLoop.Mode?
The receiver's current input mode.
レシーバのもつ現在の入力モード。
func limitDate (forMode : RunLoop.Mode) -> Date?
Performs one pass through the run loop in the specified mode and returns the date at which the next timer is scheduled to fire.
指定されたモードでこの実行ループの通り抜けを一回実行します、そして次のタイマーが発火を予定される日付を返します。
struct RunLoop.Mode
Modes that a run loop operates in.