| 62 | inline void resetOverflowCount() { m_circularBuffer.resetOverflowCount(); } |
| 63 | |
| 64 | inline qsizetype overflowCount() const { return m_circularBuffer.overflowCount(); } |
| 65 | |
| 66 | inline moodycamel::ReaderWriterQueue<IO::CapturedDataPtr>& queue() { return m_queue; } |
| 67 |