Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrewreeman/SpectralSuite
/ removeWorker
Method
removeWorker
shared/FftThread.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void FftThread::removeWorker(FftWorker*) {
31
// Lazy...removing all workers instead as we know that this will eventually be called by all destructors
32
m_workers.clear();
33
}
Callers
1
~PlaygroundFFTProcessor
Method · 0.80
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected