Enumeration Case 列挙ケース

AsyncThrowingStream.Continuation.YieldResult.terminated

The stream didn’t enqueue the element because the stream was in a terminal state.

Declaration 宣言

case terminated

Discussion 解説

This indicates the stream terminated prior to calling yield, either because the stream finished normally or through cancellation, or it threw an error.

See Also 参照

Yield Results