Enumeration Case 列挙ケース

AsyncStream.Continuation.BufferingPolicy.bufferingOldest(_:)

When the buffer is full, discard the newly received element. バッファがいっぱいである時、新しく受け取った要素を廃棄します。

Declaration 宣言

case bufferingOldest(Int)

Discussion 解説

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

See Also 参照

Buffering Policies