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

Go to the source code of this file.

Classes

class  honey::lockfree::Queue< T >
 Lock-free FIFO queue. Uses auto-expanding freelist allocator so memory is only reclaimed upon destruction. More...
 

Namespaces

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