7 #ifndef MULTI_THREADING_UTILS_H
8 #define MULTI_THREADING_UTILS_H
38 #endif // MULTI_THREADING_UTILS_H
static MultiThreadingMgr & instance()
Returns a single instance of Multi Threading Manager.
MultiThreadingTest(bool mode=true)
Constructor (set multi threading mode).
void setMode(bool enabled)
Set the multi-threading mode.
Defines the logger used by the top-level component of kea-dhcp-ddns.
~MultiThreadingTest()
Destructor (disable multi threading).
A RAII class which disables the multi threading on exit of scope.