MCPcopy 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
26void connection_manager::stop(connection_ptr c)
27{
28 connections_.erase(c);
29 c->stop();
30}
31
32void connection_manager::stop_all()
33{

Callers 1

stop_allMethod · 0.45

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected