Contents

schedule(after:tolerance:_:)

Performs the action at some time after the specified date.

Declaration

func schedule(after date: Self.SchedulerTimeType, tolerance: Self.SchedulerTimeType.Stride, _ action: @escaping () -> Void)

Discussion

The immediate scheduler ignores date and performs the action immediately.

See Also

Scheduling actions