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

Method start

example/cpp11/nonblocking/third_party_lib.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 void start()
87 {
88 // Put the socket into non-blocking mode.
89 socket_.non_blocking(true);
90
91 do_operations();
92 }
93
94private:
95 void do_operations()

Callers 1

do_acceptMethod · 0.45

Calls 1

non_blockingMethod · 0.45

Tested by

no test coverage detected