log
This commit is contained in:
7
src/core/memory/LockFreeQueue.h
Normal file
7
src/core/memory/LockFreeQueue.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
// Placeholder for a lock-free ring queue.
|
||||
class LockFreeQueue {
|
||||
public:
|
||||
LockFreeQueue() = default;
|
||||
};
|
||||
Reference in New Issue
Block a user