GNU Radio Manual and C++ API Reference 3.7.14.0
The Free & Open Software Radio Ecosystem
threadsafe_queue.h File Reference
#include <condition_variable>
#include <mutex>
#include <queue>
#include <stdexcept>
#include <utility>
Include dependency graph for threadsafe_queue.h:

Go to the source code of this file.

Classes

class  gr::log::threadsafe_queue< T >
 

Namespaces

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

Typedefs

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