Libftpp
A modern C++ library
persistent_worker.hpp File Reference
#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
 

Macro Definition Documentation

◆ PAUSE_BT_TASK

#define PAUSE_BT_TASK   0

Definition at line 12 of file persistent_worker.hpp.