|
DelegateMQ
|
#include "delegate/IThread.h"#include "./predef/util/Timer.h"#include "ThreadMsg.h"#include <thread>#include <queue>#include <mutex>#include <atomic>#include <condition_variable>#include <future>#include <optional>Go to the source code of this file.
Classes | |
| struct | ThreadMsgComparator |
| class | Thread |
| Cross-platform thread for any system supporting C++11 std::thread (e.g. Windows, Linux). More... | |