Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ stop
Method
stop
lib_fiber/cpp/src/tcp_keeper.cpp:75–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void tcp_keeper::stop()
76
{
77
waiter_->stop();
78
waiter_->join();
79
this->wait();
80
}
81
82
bool tcp_keeper::direct(const char* addr, bool& found)
83
{
Callers
1
~websocket_client
Method · 0.45
Calls
2
join
Method · 0.45
wait
Method · 0.45
Tested by
no test coverage detected