Enumeration Case 列挙ケース

AsyncStream.Continuation.BufferingPolicy.bufferingNewest(_:)

When the buffer is full, discard the oldest element in the buffer. バッファがいっぱいである時、バッファにおいて最古の要素を廃棄します。

Declaration 宣言

case bufferingNewest(Int)

Discussion 解説

This strategy enforces keeping at most the specified number of newest values.

See Also 参照

Buffering Policies