AsyncThrowingStream.Continuation.YieldResult.dropped(_:)
The stream didn’t enqueue the element because the buffer was full.
Declaration
case dropped(Element)Discussion
The associated element for this case is the element that the stream dropped.
The stream didn’t enqueue the element because the buffer was full.
case dropped(Element)The associated element for this case is the element that the stream dropped.