Package space.kscience.kmath.streaming
Types
Link copied to clipboard
class RingBuffer<T>(buffer: MutableBuffer<T?>, startIndex: Int, size: Int) : Buffer<T>
Content copied to clipboard
Thread-safe ring buffer