[Internal] Passes queued data between threads using a circular buffer with read and write pointers More...
#include "RakAssert.h"
#include "RakMemoryOverride.h"
#include "Export.h"
Go to the source code of this file.
Classes | |
class | DataStructures::SingleProducerConsumer< SingleProducerConsumerType > |
A single producer consumer implementation without critical sections. More... | |
struct | DataStructures::SingleProducerConsumer< SingleProducerConsumerType >::DataPlusPtr |
Namespaces | |
namespace | DataStructures |
[Internal] Passes queued data between threads using a circular buffer with read and write pointers
This file is part of RakNet Copyright 2003 Jenkins Software LLC
Usage of RakNet is subject to the appropriate license agreement.
Definition in file SingleProducerConsumer.h.