A time interval to advance. 進めることになる時間間隔。
Instance Method
インスタンスメソッド
advanced(by:)
Returns a run loop scheduler time calculated by advancing this instance’s time by the given interval.
このインスタンスのもつ時間をその与えられた間隔だけ進めることによって計算される実行ループスケジューラ時間を返します。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 11.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func advanced(by n: RunLoop
.SchedulerTimeType
.Stride
) -> RunLoop
.SchedulerTimeType
Parameters パラメータ
n
Return Value 戻り値
A dispatch queue time advanced by the given interval from this instance’s time. このインスタンスのもつ時間からその与えられた間隔だけ進められたディスパッチキュー時間。
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Working with Scheduler Time Intervals スケジューラ時間間隔を扱う
struct RunLoop.SchedulerTimeType.Stride
The interval by which run loop times advance.
この間隔だけ実行ルーブ時間が進みます。
func distance(to: RunLoop.SchedulerTimeType) -> RunLoop.SchedulerTimeType.Stride
Returns the distance to another run loop scheduler time.
別の実行ループスケジューラ時間までの隔たりを返します。