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