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

Function connect_handler

test/generic/stream_protocol.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37namespace generic_stream_protocol_socket_compile {
38
39void connect_handler(const boost::system::error_code&)
40{
41}
42
43void send_handler(const boost::system::error_code&, std::size_t)
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected