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

Function close

include/boost/asio/buffered_stream.hpp:101–104  ·  view source on GitHub ↗

Close the stream.

Source from the content-addressed store, hash-verified

99
100 /// Close the stream.
101 void close()
102 {
103 stream_impl_.close();
104 }
105
106 /// Close the stream.
107 BOOST_ASIO_SYNC_OP_VOID close(boost::system::error_code& ec)

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected