Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ ~CancellableController
Method
~CancellableController
Suscan/CancellableTask.cpp:87–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
CancellableController::~CancellableController(void)
88
{
89
emit queuedCancel();
90
this->worker.quit();
91
this->worker.wait();
92
93
if (task != nullptr)
94
delete task;
95
}
96
97
void
98
CancellableController::connectTask(void)
Callers
nothing calls this directly
Calls
1
quit
Method · 0.80
Tested by
no test coverage detected