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