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.
When the buffer is full, discard the newly received element.
case bufferingOldest(Int)This strategy enforces keeping the specified amount of oldest values.