![]() |
paho-mqtt-cpp
MQTT C++ Client for POSIX and Windows
|
#include <thread>
#include <mutex>
#include <condition_variable>
#include <limits>
#include <deque>
#include <queue>
#include <algorithm>
Go to the source code of this file.
Data Structures | |
class | mqtt::thread_queue< T, Container > |
Namespaces | |
mqtt | |
Implementation of the template class 'thread_queue', a thread-safe, blocking queue for passing data between threads, safe for use with smart pointers.