MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / ~ThreadBlockingQueue

Method ~ThreadBlockingQueue

src/util/ThreadBlockingQueue.h:53–55  ·  view source on GitHub ↗

! Destroy safe queue. */

Source from the content-addressed store, hash-verified

51
52 /*! Destroy safe queue. */
53 ~ThreadBlockingQueue() {
54 std::lock_guard < SpinMutex > lock(m_mutex);
55 }
56
57 /**
58 * Sets the maximum number of items in the queue. Real value is clamped

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected