|
DelegateMQ
|
#include "delegate/IThread.h"#include <QThread>#include <QObject>#include <QMutex>#include <QWaitCondition>#include <memory>#include <string>Go to the source code of this file.
Classes | |
| class | Thread |
| Cross-platform thread for any system supporting C++11 std::thread (e.g. Windows, Linux). More... | |
| class | Worker |