Enumeration Caseswift 6.0.3_Concurrency
bufferingOldest(_:)
When the buffer is full, discard the newly received element.
- iOS
- 13.0+
- macOS
- 10.15+
- tvOS
- 13.0+
- watchOS
- 6.0+
case bufferingOldest(Int)
This strategy enforces keeping the specified amount of oldest values.