MCPcopy Create free account
hub / github.com/benapetr/TuxManager / ~ProcessRefreshService

Method ~ProcessRefreshService

src/os/processrefreshservice.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158ProcessRefreshService::~ProcessRefreshService()
159{
160 this->m_workerThread->quit();
161 this->m_workerThread->wait(1000);
162}
163
164void ProcessRefreshService::RequestSnapshot(Consumer consumer, quint64 token, const Process::LoadOptions &options)
165{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected