Honeycomb  0.1
Component-Model Framework
Classes | Namespaces
SpscDeque.h File Reference
#include "Honey/Thread/Lock/Spin.h"
Include dependency graph for SpscDeque.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  honey::lockfree::SpscDeque< T, Alloc_ >
 Deque that is lock-free only when used by a single producer and consumer, otherwise contention is split between front and back locks. More...
 

Namespaces

 honey
 Global Honeycomb namespace.
 
 honey::lockfree
 Lock-free methods and containers.