Retry
public struct Retry
Define some info to customize retry behavioue.
-
Time interval before retry.
Declaration
Swift
public var interval: TimeInterval
-
The number of max retry attemps.
Declaration
Swift
public var maxAttempts: UInt