|
eris
1.4.0
A WorldForge client library.
|
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.
Definition at line 39 of file WaitFreeQueue.h.