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

Function connect_handler

test/local/stream_protocol.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace local_stream_protocol_socket_compile {
32
33void connect_handler(const boost::system::error_code&)
34{
35}
36
37void send_handler(const boost::system::error_code&, std::size_t)
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected