mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Add ReaderWriterQueue and update ConcurrentQueue
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
struct DummyToken
|
||||
{
|
||||
template<typename TQueue>
|
||||
DummyToken(TQueue const&)
|
||||
{
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user