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

schedule(after:tolerance:options:_:)

Performs the action at some time after the specified date, optionally taking into account tolerance if possible.

Declaration 宣言

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

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Scheduling Operations