MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / ~Impl

Method ~Impl

3rdparty/cppdap/src/session.cpp:147–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 }
146
147 ~Impl() {
148 inbox.close();
149 reader.close();
150 writer.close();
151 if (recvThread.joinable()) {
152 recvThread.join();
153 }
154 if (dispatchThread.joinable()) {
155 dispatchThread.join();
156 }
157 }
158
159 private:
160 using Payload = std::function<void()>;

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected