Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ stop_all
Method
stop_all
example/cpp11/http/server/connection_manager.cpp:32–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void connection_manager::stop_all()
33
{
34
for (auto c: connections_)
35
c->stop();
36
connections_.clear();
37
}
38
39
} // namespace server
40
} // namespace http
Callers
1
do_await_stop
Method · 0.80
Calls
2
stop
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected