Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ stop
Method
stop
lib_fiber/cpp/src/keeper/keeper_conn.cpp:74–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void keeper_conn::stop()
75
{
76
if (is_busy()) {
77
logger_warn(
"fiber is busy, kill it"
);
78
this->kill();
79
}
80
ask_req* ask = new ask_req(ASK_T_STOP);
81
box_.push(ask, false);
82
}
83
84
void keeper_conn::ask_open()
85
{
Callers
nothing calls this directly
Calls
2
kill
Method · 0.80
push
Method · 0.45
Tested by
no test coverage detected