MCPcopy 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
74void 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
84void keeper_conn::ask_open()
85{

Callers

nothing calls this directly

Calls 2

killMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected