Enumeration Case 列挙ケース

AsyncThrowingStream.Continuation.BufferingPolicy.bufferingOldest(_:)

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

Declaration 宣言

case bufferingOldest(Int)

Discussion 解説

This strategy enforces keeping the specified amount of oldest values.

See Also 参照

Buffering Policies