Contents

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