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

Method close

example/cpp11/chat/posix_chat_client.cpp:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 void close()
153 {
154 // Cancel all outstanding asynchronous operations.
155 socket_.close();
156 input_.close();
157 output_.close();
158 }
159
160private:
161 tcp::socket socket_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected