MCPcopy Create free account
hub / github.com/acl-dev/acl / stop

Method stop

lib_fiber/samples-gui/QtFiber/fiber_server.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void fiber_server::stop() {
18 this->kill();
19 box_->pop();
20}
21
22void fiber_server::run() {
23 QMessageBox::information(parent_, "fiber-server", "This dialog is in fiber server!");

Callers 2

onStopServerMethod · 0.45
onStopScheduleMethod · 0.45

Calls 2

killMethod · 0.80
popMethod · 0.45

Tested by

no test coverage detected