eraseToStream

Erases this async sequence to an async stream that produces elements till this sequence terminates (or fails).

AsyncStream.swift:103
iOS
deprecated
macOS
deprecated
tvOS
deprecated
watchOS
deprecated
func eraseToStream() -> AsyncStream<Element> where Self : Sendable