Contents

distance(to:)

Returns the distance to another run loop scheduler time.

Declaration

func distance(to other: RunLoop.SchedulerTimeType) -> RunLoop.SchedulerTimeType.Stride

Parameters

  • other:

    Another run loop time.

Return Value

The time interval between this time and the provided time.

See Also

Working with Scheduler Time Intervals