---
title: "AsyncStream.Continuation.YieldResult.dropped(_:)"
framework: swift
role: symbol
role_heading: Case
path: "swift/asyncstream/continuation/yieldresult/dropped(_:)"
---

# AsyncStream.Continuation.YieldResult.dropped(_:)

The stream didn’t enqueue the element because the buffer was full.

## Declaration

```swift
case dropped(Element)
```

## Discussion

Discussion The associated element for this case is the element dropped by the stream.

## See Also

### Yield Results

- [AsyncStream.Continuation.YieldResult.enqueued(remaining:)](swift/asyncstream/continuation/yieldresult/enqueued(remaining:).md)
- [AsyncStream.Continuation.YieldResult.terminated](swift/asyncstream/continuation/yieldresult/terminated.md)
