Instance Method インスタンスメソッド

schedule(after:interval:tolerance:options:_:)

Performs the action at some time after the specified date, at the specified frequency, using the specified tolerance and options. 指定された日付の後にある時点でアクションを実行します、指定された頻度で、指定された許容期間とオプションを使います。

Declaration 宣言

func schedule(after date: RunLoop.SchedulerTimeType, interval: RunLoop.SchedulerTimeType.Stride, tolerance: RunLoop.SchedulerTimeType.Stride, options: RunLoop.SchedulerOptions?, _ action: @escaping () -> Void) -> Cancellable

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Scheduling Combine Publishers Combineパブリッシャーを予定する