Contents

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