MCPcopy 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
75void tcp_keeper::stop()
76{
77 waiter_->stop();
78 waiter_->join();
79 this->wait();
80}
81
82bool tcp_keeper::direct(const char* addr, bool& found)
83{

Callers 1

~websocket_clientMethod · 0.45

Calls 2

joinMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected