Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GlebRadchenko committed Jan 16, 2021
1 parent c648c3e commit 7e15727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SchedulerKitTestUtils/TestScheduler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ open class TestScheduler: Scheduler {

public init() {}

/// 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
public var enableImmediateExecutionIfPossible = true

public func advance(by interval: DispatchQueue.SchedulerTimeType.Stride) {
Expand Down

0 comments on commit 7e15727

Please sign in to comment.