advanced(by:)
Returns a run loop scheduler time calculated by advancing this instance’s time by the given interval.
Declaration
func advanced(by n: RunLoop.SchedulerTimeType.Stride) -> RunLoop.SchedulerTimeTypeParameters
- n:
A time interval to advance.
Return Value
A dispatch queue time advanced by the given interval from this instance’s time.