MCPcopy Create free account
hub / github.com/boostorg/asio / stop

Method stop

example/cpp11/http/server/connection.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void connection::stop()
33{
34 socket_.close();
35}
36
37void connection::do_read()
38{

Callers 10

do_await_stopMethod · 0.45
mainFunction · 0.45
do_readMethod · 0.45
do_writeMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
system_timer_thread_testFunction · 0.45
~connection_sinkMethod · 0.45
different_execsFunction · 0.45

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected