We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c648c3e commit 7e15727Copy full SHA for 7e15727
Sources/SchedulerKitTestUtils/TestScheduler.swift
@@ -15,7 +15,7 @@ open class TestScheduler: Scheduler {
15
16
public init() {}
17
18
- /// For delayed actions with interval scheduler needs to be advanced before action execution
+ /// Scheduler needs to be advanced before execution for delayed actions with interval
19
public var enableImmediateExecutionIfPossible = true
20
21
public func advance(by interval: DispatchQueue.SchedulerTimeType.Stride) {
0 commit comments