GNU Radio Manual and C++ API Reference  3.7.14.0
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
threadsafe_queue.h File Reference
#include <condition_variable>
#include <mutex>
#include <queue>
#include <stdexcept>
#include <utility>

Go to the source code of this file.

Classes

class  gr::log::threadsafe_queue< T >
 

Namespaces

 gr
 Include this header to use the message passing features.
 
 gr::log
 

Typedefs

using gr::log::lock_t = std::unique_lock< std::mutex >