Paho C++
1.0
The Paho MQTT C++ Client Library
|
Implementation of the template class 'thread_queue', a thread-safe, blocking queue for passing data between threads, safe for use with smart pointers. More...
#include <thread>
#include <mutex>
#include <condition_variable>
#include <limits>
#include <deque>
#include <queue>
Go to the source code of this file.
Classes | |
class | mqtt::thread_queue< T, Container > |
A thread-safe queue for inter-thread communication. More... | |
Implementation of the template class 'thread_queue', a thread-safe, blocking queue for passing data between threads, safe for use with smart pointers.