MCPcopy Create free account
hub / github.com/ddnet/ddnet / ~CHttp

Method ~CHttp

src/engine/shared/http.cpp:824–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823
824CHttp::~CHttp()
825{
826 if(!m_pThread)
827 return;
828
829 Shutdown();
830 thread_wait(m_pThread);
831}

Callers

nothing calls this directly

Calls 1

thread_waitFunction · 0.85

Tested by

no test coverage detected