MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / ~PrefetchThread

Method ~PrefetchThread

ASAP/PrefetchThread.cpp:19–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19PrefetchThread::~PrefetchThread()
20{
21 _mutex.lock();
22 _abort = true;
23 _mutex.unlock();
24 while (isRunning()) {
25 _condition.wakeOne();
26 }
27
28 wait();
29}
30
31void PrefetchThread::FOVChanged(MultiResolutionImage* img, const QRectF& FOV, const unsigned int level)
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected