APIResponseAsyncIterator
public struct APIResponseAsyncIterator<T> : AsyncIteratorProtocol
API响应异步迭代器
-
Undocumented
Declaration
Swift
public typealias Element = (APIResponse<T>, APICompletionHandlerSourceType) -
Declaration
Swift
public mutating func next() async -> Element?
View on GitHub
APIResponseAsyncIterator Structure Reference