Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ stop
Method
stop
lib_acl_cpp/src/connpool/connect_monitor.cpp:75–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void connect_monitor::stop(bool graceful)
76
{
77
stop_ = true;
78
stop_graceful_ = graceful;
79
}
80
81
void* connect_monitor::run()
82
{
Callers
1
stop_monitor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected