#include <string>
#include <vector>
#include <memory>
#include <atomic>
#include <thread>
#include <cstdint>
#include "GUI/Network/NetworkManager.hpp"
Go to the source code of this file.
◆ ENSURE_THREAD_ALIVE
#define ENSURE_THREAD_ALIVE |
( |
| method | ) |
|
Value: if (!isThreadAlive()) { \
PRETTY_ERROR <<
"No active thread for " << method << std::endl; \
}
#define PRETTY_ERROR
Error log with details and colour.
This is the class in charge of informing the user that the program could not find any active threads ...
Definition at line 19 of file ThreadCapsule.hpp.