AsyncThrowingStream.Continuation.YieldResult.terminated
The stream didn’t enqueue the element because the stream was in a terminal state.
Declaration
case terminatedDiscussion
This indicates the stream terminated prior to calling yield, either because the stream finished normally or through cancellation, or it threw an error.