Enumeration Case 列挙ケース

AsyncStream.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 dropped by the stream.

See Also 参照

Yield Results