Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
void fiber_server::stop() {
18
this->kill();
19
box_->pop();
20
}
21
22
void fiber_server::run() {
23
QMessageBox::information(parent_,
"fiber-server"
,
"This dialog is in fiber server!"
);
Callers
2
onStopServer
Method · 0.45
onStopSchedule
Method · 0.45
Calls
2
kill
Method · 0.80
pop
Method · 0.45
Tested by
no test coverage detected