|
DelegateMQ
|
#include "delegate/IThread.h"#include "FreeRTOS.h"#include "task.h"#include "queue.h"#include <thread>#include <queue>#include <mutex>#include <atomic>#include <condition_variable>#include <future>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... | |