#include <ThreadSafeQueue.hh>
Public Member Functions | |
void | push (T value) |
T | wait_and_pop () |
Private Attributes | |
std::queue< T > | _queue |
std::mutex | _mutex |
std::condition_variable | _cv |
|
inline |
|
inline |
|
private |
Referenced by push(), and wait_and_pop().
|
private |
Referenced by push(), and wait_and_pop().
|
private |
Referenced by push(), and wait_and_pop().