case unbounded
Continue to add to the buffer, without imposing a limit on the number of buffered elements.
case bufferingNewest (Int)
When the buffer is full, discard the oldest element in the buffer.
バッファがいっぱいである時、バッファにおいて最古の要素を廃棄します。
Availability
Technology
case bufferingOldest(Int
)
This strategy enforces keeping at most the specified number of oldest values.
case unbounded
case bufferingNewest (Int)