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

Method connection

example/cpp11/windows/transmit_file.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92private:
93 connection(boost::asio::io_context& io_context, const std::string& filename)
94 : socket_(io_context),
95 filename_(filename),
96 file_(io_context)
97 {
98 }
99
100 void handle_write(const boost::system::error_code& /*error*/,
101 size_t /*bytes_transferred*/)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected