SimulationOptions
public struct SimulationOptions
-
Declaration
Swift
public let inLoop: Bool
-
Declaration
Swift
public let timeInterval: DispatchTimeInterval
-
Declaration
Swift
public let restartDelay: DispatchTimeInterval
-
Declaration
Swift
public init(inLoop: Bool = false, timeInterval: DispatchTimeInterval = .milliseconds(200), restartDelay: DispatchTimeInterval = .seconds(2))