Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ stop
Method
stop
example/cpp11/http/server/connection_manager.cpp:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void connection_manager::stop(connection_ptr c)
27
{
28
connections_.erase(c);
29
c->stop();
30
}
31
32
void connection_manager::stop_all()
33
{
Callers
1
stop_all
Method · 0.45
Calls
1
erase
Method · 0.80
Tested by
no test coverage detected