eraseToThrowingStream

Erases this async sequence to an async throwing stream that produces elements till this sequence terminates, rethrowing any error on failure.

AsyncThrowingStream.swift:62
iOS
deprecated
macOS
deprecated
tvOS
deprecated
watchOS
deprecated
func eraseToThrowingStream() -> AsyncThrowingStream<Element, Error> where Self : Sendable