AsyncRetrier
public final class AsyncRetrier : AsyncRetrierProtocol
WARNING: The class is not thread safe. It is expected that the perform method and the task completion will be called on the main thread.
-
Undocumented
Declaration
Swift
required public init(operation: @escaping AsyncRetrierProtocol.Operation, completion: @escaping OperationCompletion) -
Undocumented
Declaration
Swift
public func perform() -
Undocumented
Declaration
Swift
public func cancel()
View on GitHub
AsyncRetrier Class Reference