Enumeration Case 列挙ケース

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.

See Also 参照

Termination States