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

Method start

example/cpp11/chat/chat_server.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 void start()
85 {
86 room_.join(shared_from_this());
87 do_read_header();
88 }
89
90 void deliver(const chat_message& msg)
91 {

Callers 1

do_acceptMethod · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected