Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ isQuitting
Method
isQuitting
YUViewLib/src/video/VideoCache.cpp:211–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
loadingWorker *worker() { return threadWorker.data(); }
211
bool isQuitting() { return quitting; }
212
213
private:
214
QScopedPointer<loadingWorker> threadWorker;
Callers
1
pushNextJobToCachingThread
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected