rever tracy_SPSCQueue.h

This commit is contained in:
Marcos Slomp
2026-03-04 21:42:14 -08:00
committed by GitHub
parent 332bbf2310
commit c696cb7f63

View File

@@ -128,8 +128,6 @@ private:
private:
size_t capacity_;
T *slots_;
std::mutex mtx_;
std::condition_variable pending_;
// Align to cache line size in order to avoid false sharing
// readIdxCache_ and writeIdxCache_ is used to reduce the amount of cache