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

Method chat_session

example/cpp11/chat/chat_server.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76{
77public:
78 chat_session(tcp::socket socket, chat_room& room)
79 : socket_(std::move(socket)),
80 room_(room)
81 {
82 }
83
84 void start()
85 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected