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