Contents

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