eraseToStream
Erases this async sequence to an async stream that produces elements till this sequence terminates (or fails).
- iOS
- deprecated
- macOS
- deprecated
- tvOS
- deprecated
- watchOS
- deprecated
func eraseToStream() -> AsyncStream<Element> where Self : Sendable