Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
void connection::stop()
33
{
34
socket_.close();
35
}
36
37
void connection::do_read()
38
{
Callers
10
do_await_stop
Method · 0.45
main
Function · 0.45
do_read
Method · 0.45
do_write
Method · 0.45
main
Function · 0.45
main
Function · 0.45
deadline_timer_thread_test
Function · 0.45
system_timer_thread_test
Function · 0.45
~connection_sink
Method · 0.45
different_execs
Function · 0.45
Calls
1
close
Method · 0.45
Tested by
no test coverage detected