Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
void CoverDownloadDialog::cancelThread()
111
{
112
if (!m_thread)
113
return;
114
115
m_thread->requestInterruption();
116
m_thread->join();
117
m_thread.reset();
118
}
119
120
void CoverDownloadDialog::loadCoverURLs()
121
{
Callers
nothing calls this directly
Calls
2
join
Method · 0.80
reset
Method · 0.45
Tested by
no test coverage detected