Contents

AsyncStream.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.

See Also

Yield Results