Function advance(by:)
public func advance(by duration: SchedulerTimeType.Stride = .zero)
Advances the scheduler by the given stride.
Parameters
Name | Type | Description |
---|---|---|
duration | SchedulerTimeType.Stride |
A stride. By default this argument is |
@MainActor
public func advance(by duration: SchedulerTimeType.Stride = .zero)
Advances the scheduler by the given stride.
Parameters
Name | Type | Description |
---|---|---|
duration | SchedulerTimeType.Stride |
A stride. By default this argument is |