schedule(after:interval:tolerance:options:_:)
Performs the action at some time after the specified date, at the specified frequency, using the specified tolerance and options.
Declaration
func schedule(after date: RunLoop.SchedulerTimeType, interval: RunLoop.SchedulerTimeType.Stride, tolerance: RunLoop.SchedulerTimeType.Stride, options: RunLoop.SchedulerOptions?, _ action: @escaping () -> Void) -> any Cancellable