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

schedule(options:_:)

Performs the action at some time after the specified date, using the scheduler’s minimum tolerance. 指定された日付の後にある時点でアクションを実行します、スケジューラのもつ最小限の許容期間を使います。

Declaration 宣言

func schedule(options: RunLoop.SchedulerOptions?, _ action: @escaping () -> Void)

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

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