scenario_simulator_v2 C++ API
|
#include <task_queue.hpp>
Public Member Functions | |
TaskQueue () | |
void | stopAndJoin () |
~TaskQueue () | |
template<typename F > | |
decltype(auto) | delay (F &&f) |
bool | exhausted () const noexcept |
void | rethrow () const |
|
explicit |
concealer::TaskQueue::~TaskQueue | ( | ) |
|
inline |
|
noexcept |
void concealer::TaskQueue::rethrow | ( | ) | const |
void concealer::TaskQueue::stopAndJoin | ( | ) |