StreamOf
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
public struct StreamOf<Element> : AsyncSequence
An asynchronous sequence generated from an underlying AsyncStream
. Only produced by Alamofire.
-
Declaration
Swift
public typealias AsyncIterator = Iterator
-
Undocumented
Declaration
Swift
public typealias BufferingPolicy = AsyncStream<Element>.Continuation.BufferingPolicy
-
Declaration
Swift
public func makeAsyncIterator() -> Iterator
-
Undocumented
See moreDeclaration
Swift
public struct Iterator : AsyncIteratorProtocol