MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / getOutputQueue

Method getOutputQueue

src/IOThread.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96ThreadQueueBasePtr IOThread::getOutputQueue(const std::string& qname) {
97 std::lock_guard < std::mutex > lock(m_queue_bindings_mutex);
98 return output_queues[qname];
99}
100
101bool IOThread::isTerminated(int waitMs) {
102

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected