case enqueued(remaining: Int)
The stream successfully enqueued the element.
case terminated
The stream didn’t enqueue the element because the stream was in a terminal state.
Availability
Technology
case dropped(Element)
The associated element for this case is the element that the stream dropped.
case enqueued(remaining: Int)
case terminated