Contents

schedule(after:tolerance:options:_:)

Performs the action at some time after the specified date.

Declaration

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

Discussion

The immediate scheduler ignores date and performs the action immediately.

See Also

Scheduling actions