MCPcopy Create free account
hub / github.com/apohl79/audiogridder / ~ProcessorClient

Method ~ProcessorClient

Server/Source/ProcessorClient.cpp:19–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17std::mutex ProcessorClient::m_workerPortsMtx;
18
19ProcessorClient::~ProcessorClient() {
20 {
21 std::lock_guard<std::mutex> lock(m_cmdMtx);
22 m_sockCmdOut.reset();
23 m_sockCmdIn.reset();
24 }
25 {
26 std::lock_guard<std::mutex> lock(m_audioMtx);
27 m_sockAudio.reset();
28 }
29 removeWorkerPort(m_port);
30}
31
32bool ProcessorClient::init() {
33 traceScope();

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected