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

schedule(after:tolerance:options:_:)

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

Declaration 宣言

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

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

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