Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
This is a thread-safe asyncronous queue which blocks in pop() until data is provided through push(). More...
#include <thread.hh>
Public Member Functions | |
void | push (const Value &v) |
Value | pop () |
bool | pending () |
void | swap (std::list< Value > &list) |
This is a thread-safe asyncronous queue which blocks in pop() until data is provided through push().