MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / cancelThread

Method cancelThread

pcsx2-qt/CoverDownloadDialog.cpp:110–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void CoverDownloadDialog::cancelThread()
111{
112 if (!m_thread)
113 return;
114
115 m_thread->requestInterruption();
116 m_thread->join();
117 m_thread.reset();
118}
119
120void CoverDownloadDialog::loadCoverURLs()
121{

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected