Eris  1.4.0
Classes | Public Member Functions | List of all members
Eris::WaitFreeQueue< T > Class Template Reference

A queue optimized for insertion from background threads and consumption from one main thread. More...

#include <WaitFreeQueue.h>

Classes

struct  node
 

Public Member Functions

void push (const T &data)
 
nodepop_all (void)
 
nodepop_all_reverse (void)
 

Detailed Description

template<typename T>
class Eris::WaitFreeQueue< T >

A queue optimized for insertion from background threads and consumption from one main thread.


The documentation for this class was generated from the following files: