MCPcopy 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
87CancellableController::~CancellableController(void)
88{
89 emit queuedCancel();
90 this->worker.quit();
91 this->worker.wait();
92
93 if (task != nullptr)
94 delete task;
95}
96
97void
98CancellableController::connectTask(void)

Callers

nothing calls this directly

Calls 1

quitMethod · 0.80

Tested by

no test coverage detected