schedule(after:tolerance:options:_:)
Performs the action at some time after the specified date.
Declaration
func schedule(after date: Self.SchedulerTimeType, tolerance: Self.SchedulerTimeType.Stride, options: Self.SchedulerOptions?, _ action: @escaping () -> Void)