AsyncThrowingStream.Continuation.Termination.finished(_:)
The stream finished as a result of calling the continuation’s finish method.
Declaration
case finished(Failure?)Discussion
The associated Failure value provides the error that terminated the stream. If no error occurred, this value is nil.