|
DelegateMQ
|
ThreadX implementation of the DelegateMQ IThread interface. More...
#include "delegate/IThread.h"#include "tx_api.h"#include <string>#include <memory>#include <vector>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... | |
ThreadX implementation of the DelegateMQ IThread interface.
This class provides a concrete implementation of the IThread interface using Azure RTOS ThreadX primitives. It enables DelegateMQ to dispatch asynchronous delegates to a dedicated ThreadX thread.
Key Features:
tx_thread_create to establish a dedicated worker loop.TX_QUEUE to receive and process incoming delegate messages in a thread-safe manner.SetThreadPriority.