Contents

distance(to:)

Returns the distance to another immediate scheduler time; this distance is always 0 in the context of an immediate scheduler.

Declaration

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

Parameters

  • other:

    The other scheduler time.

Return Value

0, as a Stride.

See Also

Calculating time offsets