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

Method start

example/cpp11/timeouts/server.cpp:159–168  ·  view source on GitHub ↗

Called by the server object to initiate the four actors.

Source from the content-addressed store, hash-verified

157
158 // Called by the server object to initiate the four actors.
159 void start()
160 {
161 channel_.join(shared_from_this());
162
163 read_line();
164 check_deadline(input_deadline_);
165
166 await_output();
167 check_deadline(output_deadline_);
168 }
169
170private:
171 void stop()

Callers 1

acceptMethod · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected