Contents

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.SchedulerTimeType

Parameters

  • n:

    A time interval to advance.

Return Value

A dispatch queue time advanced by the given interval from this instance’s time.

See Also

Working with Scheduler Time Intervals