![]() |
Libftpp
A modern C++ library
|
#include <condition_variable>#include <functional>#include <mutex>#include <stack>#include <string>#include <thread>#include <unordered_map>
Include dependency graph for persistent_worker.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | PersistentWorker |
| Persistent worker thread that executes tasks in a continuous loop. More... | |
Macros | |
| #define | PAUSE_BT_TASK 0 |
| #define PAUSE_BT_TASK 0 |
Definition at line 12 of file persistent_worker.hpp.