Contents

schedule(after:_:)

Performs the action at some time after the specified date, using the scheduler’s minimum tolerance.

Declaration

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

Discussion

The immediate scheduler ignores date and performs the action immediately.

See Also

Scheduling actions