Eris
1.4.0
|
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) |
node * | pop_all (void) |
node * | pop_all_reverse (void) |
A queue optimized for insertion from background threads and consumption from one main thread.