paho-mqtt-cpp
MQTT C++ Client for POSIX and Windows
Data Structures | Namespaces
thread_queue.h File Reference
#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
 

Detailed Description

Implementation of the template class 'thread_queue', a thread-safe, blocking queue for passing data between threads, safe for use with smart pointers.

Date
09-Jan-2017