MCPcopy 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
32void 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_stopMethod · 0.80

Calls 2

stopMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected