MCPcopy 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
30void 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

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected