Instance MethodConcurrency

    getResult()

    • Available when Success conforms to Sendable and Failure conforms to Error

    • Deprecated
    • iOS 13.0+
    • macOS 10.15+
    • tvOS 13.0+
    • watchOS 6.0+
    func getResult() async -> Result<Success, Failure>