MCPcopy Create free account
hub / github.com/SysSec-KAIST/LTESniffer / ~ThreadSafeQueue

Method ~ThreadSafeQueue

src/include/ThreadSafeQueue.h:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21~ThreadSafeQueue() {
22 e.notify_all();
23}
24
25void enqueue(std::shared_ptr<T> t) {
26 std::lock_guard<std::mutex> lock(m);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected