#include <queue>
#include <mutex>
#include <condition_variable>
#include <thread>
Go to the source code of this file.
Classes | |
class | single_consumer_queue< T > |
Functions | |
bool | any_costumers_alive (const std::vector< bool > &running) |
bool any_costumers_alive | ( | const std::vector< bool > & | running | ) | [inline] |
Definition at line 71 of file concurrency.hpp.